Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.37 KB

File metadata and controls

74 lines (47 loc) · 1.37 KB

Get-AdoDefault

SYNOPSIS

Get default Azure DevOps environment variables.

SYNTAX

__AllParameterSets

Get-AdoDefault [<CommonParameters>]

ALIASES

This cmdlet has the following aliases,

  • N/A

DESCRIPTION

This function gets the default Azure DevOps environment variables from the current session.

EXAMPLES

EXAMPLE 1

PowerShell

Get-AdoDefault

Gets the default Azure DevOps organization and project context.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • N/A

OUTPUTS

PSCustomObject

NOTES

This function retrieves the default values from session environment variables set by Set-AdoDefault.

RELATED LINKS