The Azure DevOps PowerShell Module

PowerShell Module for interacting with Azure Dev Ops

View on GitHub

Add-AzureDevOpsAccount


Syntax

Add-AzureDevOpsAccount
  [-AccountName <string>]
  [-FriendlyName <string>]


Description

Adds an Azure Dev Ops Account to the configuration repository


Example

Add-AzureDevOpsAccount -AccountName ContosoDev -FriendlyName MainAccount


Parameters

-AccountName

This is the name of your account when you created it in Azure Dev Ops or Visual Studio Team Services. It can be found by looking at the URL you go to to access your projects and repositories <AccountName>.visualstudio.com or dev.azure.com/<AccountName>.


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


-FriendlyName

This is a name that will be easy for you to remember, you can use the name of the account if that’s what works for you.


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