The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Remove-AzureDevOpsAccount


Syntax

Remove-AzureDevOpsAccount 
  [-FriendlyName <string>]


Description

Removes the specified account from the configuration repository


Example

Remove-AzureDevOpsAccount -FriendlyName MainAccount


Parameters

-FriendlyName

This is the friendly name you set on the account when you created it.


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