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