< Back

Remove-AzureDevOpsPatToken

Sat Jan 11, 2020 10:28 am

NAME Remove-AzureDevOpsPatToken



SYNOPSIS

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

Credential manager





SYNTAX

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





DESCRIPTION







PARAMETERS

-FriendlyName <String>

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



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









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



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



Removing a pat token from the repository









RELATED LINKS

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