Skip to content

Latest commit

 

History

History
92 lines (59 loc) · 1.69 KB

File metadata and controls

92 lines (59 loc) · 1.69 KB

Remove-AdoDefault

SYNOPSIS

Remove default Azure DevOps environment variables.

SYNTAX

__AllParameterSets

Remove-AdoDefault [-WhatIf] [-Confirm] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases,

  • N/A

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

PowerShell

Remove-AdoDefault

Removes the default Azure DevOps environment variables from the current session.

PARAMETERS

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: System.Management.Automation.SwitchParameter
Aliases: wi

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Aliases: cf

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

  • None

NOTES

This function clears the environment variables set by Set-AdoDefault from the current session.

RELATED LINKS