Cmdlets for Microsoft SharePoint

Build 24.0.9060

Sync-SharePoint Cmdlet

Parameters  

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"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060