< Back

Connect-AzDo

Sat Jan 11, 2020 8:35 am

NAME Connect-AzDo



SYNOPSIS

Connect to Azure DevOps.





SYNTAX

Connect-AzDo [-PersonalAccessTokens] <String> [-OrganizationName] <String> [<CommonParameters>]





DESCRIPTION

Establishes a connection to the specified Azure DevOps organization.





PARAMETERS

-PersonalAccessTokens <String>

Personal access token created from the Azure DevOps portal.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OrganizationName <String>

Name of the Azure DevOps organization to which the connection is to be established.



Required? true

Position? 2

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



OUTPUTS



NOTES





Create Accesstoken: https://docs.microsoft.com/en-us/azure/ ... -access-to

kens-to-authenticate?view=vsts



-------------------------- EXAMPLE 1 --------------------------



Connect-AzDo -personalAccessTokens "<generated user token>" -OrganizationName "<organizationname>"















RELATED LINKS