Skip to content

Get AzDevOpsProjects

github-actions edited this page Dec 10, 2023 · 4 revisions

Get-AzDevOpsProjects

SYNOPSIS

Get all Azure DevOps projects for an organization

SYNTAX

Get-AzDevOpsProjects [<CommonParameters>]

DESCRIPTION

Get all Azure DevOps projects for an organization using Azure DevOps Rest API

EXAMPLES

EXAMPLE 1

Get-AzDevOpsProjects

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Object[]

NOTES

RELATED LINKS

Clone this wiki locally