Skip to content

Get AzProjects

Apostolis Bekiaris edited this page Apr 26, 2020 · 2 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-AzProjects

SYNOPSIS

Returns all projects of an AzureDevops organization

SYNTAX

Get-AzProjects [[-StateFilter] <String>] [[-Project] <String>] [[-Organization] <String>] [[-Token] <String>]
 [<CommonParameters>]

DESCRIPTION

Returns all projects of an AzureDevops organization

EXAMPLES

Example 1

PS C:\> Get-AzProjects

id             : dc0010e5-9ecf-45ac-b89d-2d51897f3855
name           : eXpandFramework
url            : https://dev.azure.com/eXpandDevOps/_apis/projects/dc0010e5-9ecf-45ac-b89d-2d51897f3855
state          : wellFormed
revision       : 11
visibility     : public
lastUpdateTime : 10/5/2018 8:48:51 AM

Get all Projects of the current logon account.

PARAMETERS

-Organization

{{ Fill Organization Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Project

{{ Fill Project Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-StateFilter

{{ Fill StateFilter Description }}

Type: String
Parameter Sets: (All)
Aliases:
Accepted values: all, createPending, deleted, deleting, new, unchanged, wellformed

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Token

{{ Fill Token Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally