Get-AzureDevOpsAccount
Syntax
Get-AzureDevOpsAccount
[-FriendlyName <string>]
Description
Gets all the accounts registered in the modules configuration repository.
If the -FriendlyName switch isn’t provided then it gets all the accounts. If a value is provided then it returns only the account specified.
Examples
Get-AzureDevOpsAccount
Get-AzureDevOpsAccount -FriendlyName MainAccount
Parameters
-FriendlyName
The friendly name for the account that you specified when you added it using the Add-AzureDevOpsAccount cmdlet.
| Type: | string |
| Position: | Named |
| Default Value: | None |
| Accept Pipeline Input: | False |
| Accept Wildcard Characters: | False |