Sync-DynamicsCRM Cmdlet
Syncs Microsoft Dynamics CRM data.
Syntax
Sync-DynamicsCRM [parameters]
Remarks
The Sync-DynamicsCRM cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-DynamicsCRM -CRMVersion "CRM2011+" -Url "http://MySite/MyOrganization" -User "MyUser" -Password "MyPassword" Sync-DynamicsCRM -Connection $conn -Table "Lead"