Sync-Salesforce Cmdlet
Syncs Salesforce data.
Syntax
Sync-Salesforce [parameters]
Remarks
The Sync-Salesforce cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-Salesforce -User "MyUser" -Password "MyPassword" -SecurityToken "MySecurityToken" Sync-Salesforce -Connection $conn -Table "Account"