< Back

Add-AzureDevOpsAccount

Sat Jan 11, 2020 10:22 am

NAME Add-AzureDevOpsAccount



SYNOPSIS

Adds an Azure Dev Ops Account to the configuration repository





SYNTAX

Add-AzureDevOpsAccount [-AccountName <String>] [-FriendlyName <String>] [<CommonParameters>]





DESCRIPTION







PARAMETERS

-AccountName <String>

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>`.



Required? false

Position? named

Default value N/A

Accept pipeline input? false

Accept wildcard characters? false



-FriendlyName <String>

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.



Required? false

Position? named

Default value N/A

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

System.string







OUTPUTS

void







NOTES









-------------------------- Default Usage --------------------------



Add-AzureDevOpsAccount -AccountName ContosoDev -FriendlyName MainAccount



Adding account to the configuration repository.









RELATED LINKS

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