Sync-QBPOS Cmdlet
Syncs QuickBooks POS data.
Syntax
Sync-QBPOS [parameters]
Remarks
The Sync-QBPOS cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-QBPOS -ApplicationName 'My PowerShell Script' Sync-QBPOS -Connection $conn -Table "Customers"