The following are parameters for the -cmd FullCompare command
Using this command you can generate a Full Site Compare Content report.
-csvFile |
specifies the CSV file and path to where you want to save this report. |
-srcsite |
specifies the first site collection on which the comparison will be made. |
-srcuser |
specifies the user login which will be used to pass authentication on the first site collection. |
-srcepass |
specifies the user encrypted password that will be used to pass authentication on the first site collection. |
-trgtsite |
specifies the second site collection on which the comparison will be made. |
-trgtuser |
specifies the user login which will be used to pass authentication on the second site collection. |
-trgtepass |
specifies the user encrypted password that will be used to pass authentication on the second site collection. |
-enhancedCompare |
specifies whether you want to use enhanced content compare within the report. |
-includePermissions |
specifies whether you want to include item level permissions within the report. |
-includeMembership |
specifies whether you want to include group membership levels within the report. |
-usermapping [path] |
path to the CSV file containing the user mapping for the operation. |
Example:
Essentials -cmd fullcompare -srcsite http://host/site -srcuser DOMAIN\user -srcpass passwd -trgtsite http://host/site2 -trgtuser DOMAIN\user -trgtpass passwd -usermapping path/file.csv -csvFile path/file.csv -enhancedCompare -includePermissions -includeMembership -log output.log -noSplash
The following are parameters for the -cmd GoogletoOneDrive command
Using this command you can copy the content of multiple Google Drive to OneDrive for Business.
-accountID |
specifies Google Admin login as the Google connection parameters. |
-p12KeyFile [path] |
specifies the location of your P12 private key file as one of the Google connection parameters. |
-serviceID |
specifies the service account as one of the Google Connection parameters. |
-trgtsite |
specifies the SharePoint Administration Center URL |
-trgtuser |
specifies the SharePoint Administration Center username |
-trgtepass |
specifies the SharePoint Administration Center encrypted password. |
-users [path] or [account1];[account2];[...] |
this is the path to the csv file that contains your Google Drive accounts. Alternatively you can just directly enter the account names. |
-usermapping [path] |
this is the path to the CSV file with user maping for the copy operation. |
-userSpecificLogFile |
creates a user specific log file. |
Example:
Essentials -cmd googleToOneDrive -accountId user@company1.com -p12KeyFile path/file-privatekey.p12 -serviceId 123456@usr.company.com -trgtsite http://host/site -trgtuser user@company2.com -trgtpass passwd -users account1;account2;account3 -usermapping path/file.csv -log output.xml -noSplash
Essentials -cmd googleToOneDrive -accountId user@company1.com -p12KeyFile path/file-privatekey.p12 -serviceId 123456@usr.company.com -trgtsite http://host/site -trgtuser user@company2.com -trgtpass passwd -users path/file1.csv -usermapping path/file2.csv -log output.xml -noSplash
The following are parameters for the -cmd OneDrivetoOneDrive command
Using this command you can copy the Documents Library content from one OneDrive for Business site to another OneDrive for Business site.
-srcsite |
specifies source SharePoint Administration Center URL |
-srcuser |
specifies source SharePoint Administration Center username |
-srcepass |
specifies source SharePoint Administration Center encrypted password |
-trgtsite |
specifies target SharePoint Administration Center URL |
-trgtuser |
specifies target SharePoint Administration Center username |
-trgtepass |
specifies target Sharepoint Administration Center encrypted password |
-usermapping [path] |
Path to the CSV file with users mapping to the copy operation. |
Example:
Essentials -cmd oneDriveToOneDrive -srcsite http://host/site1 -srcuser user1@company1.com -srcpass passwd -trgtsite http://host/site2 -trgtuser user2@company2.com -trgtpass passwd -usermapping path/file.csv -log output.xml -noSplash
The following are parameters for the -cmd CopyContentToFileSyste command
Using this command you can download content from SharePoint to a local file share.
-srcuser [name] |
source site user name |
-srcepass [password] |
source site user's encrypted password |
-srcsite "[site URL]" |
specifies the site URL from which the content will be downloaded from |
-includeHiddenFields |
copy hidden fields |
-includesubsites |
include this parameter if you are downloading from a parent site and wish to include its subsites (does not apply if a single list/library download is being performed). |
-numCopiedVersion "[value]" |
number of versions to download. use "0" for no versions and "-1" for all versions. |
-move |
include this parameter if you wish to delete the content from SharePoint. Do not include this parameter if you do not want the content to be deleted. |
-charset |
defines which Windows character set to use (default is windows-1251). |
-trgtfolder "[folder path]" |
defines the location where the downloaded content will be saved. |
Examples:
Essentials -cmd copyContentToFileSystem -srcuser "admin@contoso.com" -srcepass "encryptedPassword" -srcsite "https://contoso.sharepoint.com/sites/marketing/material" -charset "windows-1251" -includesubsites -numCopiedVersion "3" -move -trgtfolder "C:\SharePoint Export" -log 'C:\marketing-material-export.xml' -noSplash
Essentials -cmd copyContentToFileSystem -srcuser "admin@contoso.com" -srcepass "encryptedPassword" -srcsite "https://contoso.sharepoint.com/sites/marketing/material" -srclist "Documents " -charset "windows-1251" -numCopiedVersion "-1" -trgtfolder "C:\SharePoint Export" -filter \"Modified>2015-01-01 08:00:00\" -log 'C:\marketing-material-export.xml' -noSplash
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center