Cmdlets for OData

Build 23.0.8839

Sync-OData Cmdlet

Parameters  

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"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839