The following are commands used for replicating SharePoint content.
The following are commands used for replicating SharePoint content.
PowerShell |
Export-ReplicatorPackages | |
Purpose |
Exports Replication Packages for Web Applications running in Offline Mode. | |
Edition |
Standard, Enterprise, and Runtime only | |
Comment |
Exports content to Packages, which can be delivered offline to the intended Web Application. | |
|
URL |
The URL of the web application you are exporting from. |
|
Connection |
The Replication Connection name from this web application to the target web application. |
|
ExportPath |
The path to save the Replication Packages to. If the specified directory does not exist, then this command will create the directory. |
|
Force |
Continues exporting subsequent packages after an error occurs. |
Export-ReplicatorPackages -URL "http://corporateoffice" -Connection "Corporate to London" -ExportPath "C:\Export"
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center