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

Latest commit

 

History

History
102 lines (75 loc) · 1.95 KB

Set-CrmSession.md

File metadata and controls

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

Set-CrmSession

SYNOPSIS

Set properties on the active session

SYNTAX

Set-CrmSession [-Language <Int32>] [-Solution <Guid>] [-UseMetadataCache <Boolean>]
 [-ImpersonatedUserId <Guid>] [<CommonParameters>]

DESCRIPTION

Set properties on the active session

EXAMPLES

PARAMETERS

-ImpersonatedUserId

Id of the User to impersonate

Type: System.Guid
Parameter Sets: (All)
Aliases:

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

-Language

Set the active language for the session (0 = default organization language)

Type: System.Int32
Parameter Sets: (All)
Aliases:

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

-Solution

Set the active solution for the session (Guig.Emoty = default solution)

Type: System.Guid
Parameter Sets: (All)
Aliases:

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

-UseMetadataCache

Enable or disable the use of Entity Metadata Cache

Type: System.Boolean
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

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Set-CrmSession