< Back

Get-AzureDevOpsPatToken

Sat Jan 11, 2020 10:25 am

NAME Get-AzureDevOpsPatToken



SYNOPSIS

Display a list of PAT Tokens currently stored in the configuration repository





SYNTAX

Get-AzureDevOpsPatToken [-FriendlyName <String>] [<CommonParameters>]





DESCRIPTION







PARAMETERS

-FriendlyName <String>

The friendly name for the token that you specified when you added it using the `Add-AzureDevOpsPatToken`

cmdlet.



Required? false

Position? named

Default value

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









NOTES





If the `-FriendlyName` switch isn't provided then it gets all the tokens. If a value is provided then it

returns only the token specified.



-------------------------- Example 1 --------------------------



Get-AzureDevOpsPatToken



Getting all Pat Tokens







-------------------------- Example 2 --------------------------



Get-AzureDevOpsPatToken -FriendlyName MyMainToken



Getting the token named "MyMainToken"









RELATED LINKS

Online Documentation http://devopsmodule.utmonline.net/docs/ ... tpattoken/