Sync-ZohoBooks Cmdlet
Syncs Zoho Books data.
Syntax
Sync-ZohoBooks [parameters]
Remarks
The Sync-ZohoBooks cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-ZohoBooks -InitiateOAuth "GETANDREFRESH" -OrganizationId "YourOrganizationId" Sync-ZohoBooks -Connection $conn -Table "INVOICES"