1
Answer

powershell script to export the sitecollection & its conten

 Hi all,
            I have a requirement like, have to get the sharepoint sitecollection and all its contents like lists and its items etc... into xml or any other formats, like the SQL server create script does , and I have to restore the same script with some changes or adding new stuffs to the some other site collection in another environment.Any guidance or suggestions would be helpful.Thanks in advance.
 
Answers (1)
0
Mike Hankey

Mike Hankey

NA 110 0 16y
You might try creating multiple DataView objects and setting source to them.  You'll have to set the Filter accordingly for each!

Hope this helps
Mike