Sync-SAPSuccessFactors Cmdlet
Syncs SAP SuccessFactors data.
Syntax
Sync-SAPSuccessFactors [parameters]
Remarks
The Sync-SAPSuccessFactors cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-SAPSuccessFactors -User "username" -Password "password" -CompanyId "CompanyId" -Url "https://api4.successfactors.com" Sync-SAPSuccessFactors -Connection $conn -Table "SampleTable_1"