< Back

Join-AzureDevOpsAccountAndPatToken

Sat Jan 11, 2020 10:27 am

NAME Join-AzureDevOpsAccountAndPatToken



SYNOPSIS

Links an account in the configuration repository to a PAT token in the configuration repository.





SYNTAX

Join-AzureDevOpsAccountAndPatToken [-AccountFriendlyName <String>] [-PatTokenFriendlyName <String>]

[<CommonParameters>]





DESCRIPTION







PARAMETERS

-AccountFriendlyName <String>

The friendly name of the account you specified when you added it to the configuration repository.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PatTokenFriendlyName <String>

The friendly name of the Pat token that you specified when you added it to the configuration repository.



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









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



Join-AzureDevOpsAccountAndPatToken -AccountFriendlyName MainAccount -PatTokenFriendlyName MainToken



Linking the MainAccount to the MainToken









RELATED LINKS

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