Cmdlets for Azure DevOps

Build 24.0.9060

Sync-AzureDevOps Cmdlet

Parameters  

Syncs Azure DevOps data.

Syntax

Sync-AzureDevOps [parameters]

Remarks

The Sync-AzureDevOps cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.

$conn = Connect-AzureDevOps - AuthScheme="Basic" Organization="MyAzureDevOpsOrganization" Catalog="Project_dev" Schema="Project"
Sync-AzureDevOps -Connection $conn -Table "WorkItems"

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