| external help file | AzDevOps-help.xml |
|---|---|
| Module Name | AzDevOps |
| online version | https://github.com/Azure-Devops-PowerShell-Module/projects/blob/master/docs/Get-AdoProject.md#get-adoproject |
| schema | 2.0.0 |
Get one or many projects from Azure DevOps
Get-AdoProject [[-ProjectId] <Guid>] [[-ApiVersion] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]Get project with the specified id or name, optionally including capabilities.
PS C:\> Get-AdoProject
id : 2a05695a-6070-466d-b723-a120c4f88455
name : armtemplates
url : https://dev.azure.com/patton-tech/_apis/projects/2a05695a-6070-466d-b723-a120c4f88455
state : wellFormed
revision : 515330637
visibility : private
lastUpdateTime : 2019-08-07T21:12:39.607Z
id : 0ae813fc-4ea2-4c9c-a187-c2e3b5dad5e4
name : Scripts
description : A collection of scripts for wiring Azure resources together
url : https://dev.azure.com/patton-tech/_apis/projects/0ae813fc-4ea2-4c9c-a187-c2e3b5dad5e4
state : wellFormed
revision : 515330585
visibility : private
lastUpdateTime : 2018-08-07T05:20:32.75ZGet all available projects
PS C:\> Get-AdoProject -ProjectId 2e6901c2-7cfb-40ea-901b-dfb439566e13
id : 2e6901c2-7cfb-40ea-901b-dfb439566e13
name : sample
url : https://dev.azure.com/patton-tech/_apis/projects/2e6901c2-7cfb-40ea-901b-dfb439566e13
state : wellFormed
revision : 515330550
_links : @{self=; collection=; web=}
visibility : private
defaultTeam : @{id=cb24c842-7e32-4438-bf5d-fc67ac28a5c1; name=sample Team; url=https://dev.azure.com/patton-tech/_apis/projects/2e6901c2-7cfb-40ea-901b-dfb439566e13/teams/cb24c842-7e32-4438-bf5d-fc67ac28a5c1}
lastUpdateTime : 2015-08-13T01:10:08.653ZGet a single project
A valid API Version for this endpoint
Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: 5.1, 7.1-preview.4, 7.2-preview.4
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseProject identifier
Type: System.Guid
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.