< Back

Add-AzureDevOpsAccountProject

Sat Jan 11, 2020 10:22 am

NAME Add-AzureDevOpsAccountProject



SYNOPSIS

Adds an individual project from the account to the account object in the configuration repository





SYNTAX

Add-AzureDevOpsAccountProject [-AccountFriendlyName <String>] [-ProjectName <String>] [<CommonParameters>]





DESCRIPTION







PARAMETERS

-AccountFriendlyName <String>

This is the friendly name for the account that you created using `Add-AzureDevOpsAccount`. This parameter

supports tab compleation.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ProjectName <String>

This is the name of the project as it's displayed in the projects main page by navigating to `https://<Your

Account>.visualstudio.com/<Your Project Name>`. The project name will be displayed at the top of the project

page. Don't add your project name using the URL encoded value, i.e. if your project name has spaces then the

url will be something like `Your%20Project%20Name`. Currently this paramter does not perform a check for

decoding the URL string so make sure you don't try and add a project name that looks like that.



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

System.string







OUTPUTS

void







NOTES









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



Add-AzureDevOpsAccountProject -AccountFriendlyName MainAccount -ProjectName "The Big Project"



Adding a project to the selected account









RELATED LINKS

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