Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (38 loc) · 1.28 KB

Get-CrmEnvironmentVariableValue.md

File metadata and controls

57 lines (38 loc) · 1.28 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

Get-CrmEnvironmentVariableValue

SYNOPSIS

Get the value of an environment variable

SYNTAX

Get-CrmEnvironmentVariableValue [-EnvironmentVariableId] <Guid[]> [<CommonParameters>]

DESCRIPTION

Get the value of an environment variable

EXAMPLES

PARAMETERS

-EnvironmentVariableId

Id of the environment variable to get the value for

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

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

Microsoft.Xrm.Sdk.Entity

NOTES

RELATED LINKS

Get-CrmEnvironmentVariableValue