Sync-Monday Cmdlet
Syncs Monday data.
Syntax
Sync-Monday [parameters]
Remarks
The Sync-Monday cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-Monday -APIToken "eyJhbGciOiJIUzI1NiJ9.yJ0aWQiOjE0MTc4NzIxMiwidWlkIjoyNzI3ODM3OSwiaWFkIjoiMjAyMi0wMS0yMFQxMDo0NjoxMy45NDFaIiwicGV" Sync-Monday -Connection $conn -Table "Invoices"