Cmdlets for Salesforce

Build 24.0.9060

Sync-Salesforce Cmdlet

Parameters  

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"

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