Sync-OData Cmdlet
Syncs OData data.
Syntax
Sync-OData [parameters]
Remarks
The Sync-OData cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-OData -User 'MyUser' -Password 'MyPassword' -URL 'http://myserver/myOrgRoot' Sync-OData -Connection $conn -Table "Lead"