Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

History

History
71 lines (50 loc) * 1.5 KB

Remove-CrmEnvironmentVariable.md

File metadata and controls

71 lines (50 loc) * 1.5 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

Remove-CrmEnvironmentVariable

SYNOPSIS

Remove an environment variable

SYNTAX

Remove-CrmEnvironmentVariable [-EnvironmentVariableId] [-Force] []

DESCRIPTION

Remove an environment variable

EXAMPLES

PARAMETERS

-EnvironmentVariableId

Id of the environment variable to remove

Type: System.Guid[]
Parameter Sets: (All)
Aliases: Id

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Force

Executes the action without prompting for confirmation.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

System.Guid[]

OUTPUTS

System.Object

NOTES

RELATED LINKS

Remove-CrmEnvironmentVariable