Set-MceSecurityContext
#
SYNOPSISUpdates the properties of a security context.
#
SYNTAX#
DESCRIPTIONThis cmdlet updates individual properties of a security context.
The cmdlet is designed to support pipelining from Get-MceSecurityContext.
#
EXAMPLES#
EXAMPLE 1Updates the display name of a security context.
#
EXAMPLE 2Updates the foreground color of a security context.
#
EXAMPLE 3Updates the background color of a security context.
#
EXAMPLE 4Updates whether encryption is enabled for the security context.
#
PARAMETERS#
-IdThe user ID.
#
-DisplayNameThe security context display name.
#
-ForegroundColorThe security context foreground color.
#
-BackgroundColorThe security context background color.
#
-IsEncryptionEnabledA value indicating whether encryption is enabled for the security context.
#
CommonParametersThis 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.StringThe user ID.