The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Get-AzureDevOpsPatToken


Syntax

Get-AzureDevOpsPatToken
  [-FriendlyName <string>]


Description

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

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

Get-AzureDevOpsPatToken


Get-AzureDevOpsPatToken -FriendlyName MyMainToken


Parameters

-FriendlyName

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