-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get AzProjects
Apostolis Bekiaris edited this page Apr 26, 2020
·
2 revisions
Returns all projects of an AzureDevops organization
Get-AzProjects [[-StateFilter] <String>] [[-Project] <String>] [[-Organization] <String>] [[-Token] <String>]
[<CommonParameters>]
Returns all projects of an AzureDevops organization
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.
{{ Fill Organization Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Project Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ 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
{{ Fill Token Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.