Sync-SageIntacct Cmdlet
Syncs Sage Intacct data.
Syntax
Sync-SageIntacct [parameters]
Remarks
The Sync-SageIntacct cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-SageIntacct -User 'myusername' -CompanyID 'TestCompany' -Password 'mypassword' -SenderID 'Test' -SenderPassword 'abcde123' Sync-SageIntacct -Connection $conn -Table "Customer"