< Back
Set-AzureDevOpsStartUpAccount
Post
NAME Set-AzureDevOpsStartUpAccount
SYNOPSIS
This cmdlet allows you set configure a default account that you want to have set as the current context when the
module loads.
SYNTAX
Set-AzureDevOpsStartUpAccount -AccountFriendlyName <String> -ProjectName <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-AccountFriendlyName <String>
The friendly name of the account that you specified when it was added to the configuration repository.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ProjectName <String>
The name project name you want to have loaded automatically when the module is loaded.
Required? true
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
Basically it runs `Set-AzureDevOpsAccountContext` on your behalf when the module loads with the account and
project that you specify.
-------------------------- Example 1 --------------------------
Set-AzureDevOpsStartUpAccount -AccountFriendlyName MainAccount -ProjectName "The Big Project"
RELATED LINKS
Online Documentation http://devopsmodule.utmonline.net/docs/ ... upaccount/
SYNOPSIS
This cmdlet allows you set configure a default account that you want to have set as the current context when the
module loads.
SYNTAX
Set-AzureDevOpsStartUpAccount -AccountFriendlyName <String> -ProjectName <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-AccountFriendlyName <String>
The friendly name of the account that you specified when it was added to the configuration repository.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ProjectName <String>
The name project name you want to have loaded automatically when the module is loaded.
Required? true
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
Basically it runs `Set-AzureDevOpsAccountContext` on your behalf when the module loads with the account and
project that you specify.
-------------------------- Example 1 --------------------------
Set-AzureDevOpsStartUpAccount -AccountFriendlyName MainAccount -ProjectName "The Big Project"
RELATED LINKS
Online Documentation http://devopsmodule.utmonline.net/docs/ ... upaccount/