< Back
Get-AzDoProjectDetails
Post
NAME Get-AzDoProjectDetails
SYNOPSIS
This command provides retrieve Project Details from Azure DevOps
SYNTAX
Get-AzDoProjectDetails [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -ProjectId <Guid>
[<CommonParameters>]
Get-AzDoProjectDetails [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -ProjectName <String>
[<CommonParameters>]
DESCRIPTION
The command will retrieve Azure DevOps project details (if they exists)
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-ProjectName <String>
Module Parameters
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ProjectId <Guid>
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoProjectDetails -ProjectName <project name>
-------------------------- EXAMPLE 2 --------------------------
Get-AzDoProjectDetails -ProjectId <project id>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
SYNOPSIS
This command provides retrieve Project Details from Azure DevOps
SYNTAX
Get-AzDoProjectDetails [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -ProjectId <Guid>
[<CommonParameters>]
Get-AzDoProjectDetails [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] -ProjectName <String>
[<CommonParameters>]
DESCRIPTION
The command will retrieve Azure DevOps project details (if they exists)
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-ProjectName <String>
Module Parameters
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ProjectId <Guid>
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoProjectDetails -ProjectName <project name>
-------------------------- EXAMPLE 2 --------------------------
Get-AzDoProjectDetails -ProjectId <project id>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps