Sync-Kintone Cmdlet
Syncs Kintone data.
Syntax
Sync-Kintone [parameters]
Remarks
The Sync-Kintone cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-Kintone -User 'myuseraccount' -Password 'mypassword' -URL 'http://subdomain.domain.com' -GuestSpaceId 'myspaceid' Sync-Kintone -Connection $conn -Table "Comments"