< Back

Get-AzDoDescriptors

Sat Jan 18, 2020 7:38 pm

NAME Get-AzDoDescriptors



SYNOPSIS

This command provides retrieve Scope Descriptors from Azure DevOps





SYNTAX

Get-AzDoDescriptors [[-AzDoConnection] <AzDoConnectObject>] [[-ApiVersion] <String>] [[-Id] <Guid>]

[<CommonParameters>]





DESCRIPTION

The command will retrieve Azure DevOps scope descriptors (if they exists)





PARAMETERS

-AzDoConnection <AzDoConnectObject>

Common Parameters



Required? false

Position? 1

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? 2

Default value $global:AzDoApiVersion

Accept pipeline input? false

Accept wildcard characters? false



-Id <Guid>

The id of the object to get the desciptor for (user current project as default)



Required? false

Position? 3

Default value [Guid]::Empty

Accept pipeline input? false

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 --------------------------



PS C:\\>Get-AzDoDescriptors















RELATED LINKS

https://github.com/ravensorb/Posh-AzureDevOps