Sync-SharePoint Cmdlet
Syncs Microsoft SharePoint data.
Syntax
Sync-SharePoint [parameters]
Remarks
The Sync-SharePoint cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-SharePoint -User 'MyUserAccount' -Password 'MyPassword' -AuthScheme 'NTLM' -URL 'http://sharepointserver/mysite;' Sync-SharePoint -Connection $conn -Table "Calendar"