< Back

Remove-AxEnvironmentConfig

Sat Jan 11, 2020 8:17 am

NAME Remove-AxEnvironmentConfig



SYNOPSIS

Remove environment configuration





SYNTAX

Remove-AxEnvironmentConfig [-Name] <String> [-Temporary] [<CommonParameters>]





DESCRIPTION

Remove a environment configuration from the configuration store





PARAMETERS

-Name <String>

Name of the environment configuration you want to remove from the configuration store



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Temporary [<SwitchParameter>]

Instruct the cmdlet to only temporarily remove the environment configuration from the configuration store



Required? false

Position? named

Default value False

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





Tags: Servicing, Environment, Config, Configuration, Servers



Author: M??????tz Jensen (@Splaxi)



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



PS C:\\>Remove-AxEnvironmentConfig -Name "UAT"



This will remove the environment configuration name "UAT" from the machine.











RELATED LINKS

Add-AxEnvironmentConfig

Clear-AxActiveEnvironmentConfig

Get-AxActiveEnvironmentConfig

Get-AxEnvironmentConfig

Set-AxActiveEnvironmentConfig