The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Remove-AzureDevOpsPatToken


Syntax

Remove-AzureDevOpsPatToken
  [-FriendlyName <string>]


Description

Removes the Token meta-data from the configuration repository as well as the associated Token from the Windows Credential manager


Example

Remove-AzureDevOpsPatToken -FriendlyName "My Pat Token Friendly Name"


Parameters

-FriendlyName

The friendly name of the pat token you wish to perform the remove operation on.


Type: string
Position: Named
Default Value: None
Accept Pipeline Input: False
Accept Wildcard Characters: False