Set-MceUser
#
SYNOPSISUpdates the properties of an MCE user.
#
SYNTAX#
DESCRIPTIONThis cmdlet updates individual properties of a user.
The cmdlet is designed to support pipelining from Get-MceUser.
#
EXAMPLES#
EXAMPLE 1Updates the display name for a user.
#
EXAMPLE 2Clears the display name for a user.
#
EXAMPLE 3Enables a user.
#
EXAMPLE 4Enables a user and updates their display name.
#
EXAMPLE 5Enables all users.
#
EXAMPLE 6Adds a linked user identity to a user.
#
EXAMPLE 7Removes a linked user identity from a user.
#
EXAMPLE 8Removes a linked user identity from a user.
#
EXAMPLE 9Replaces the linked user identities for a user.
#
PARAMETERS#
-IdThe user ID.
#
-DisplayNameThe user display name or null or to clear the display name. Note that this has no effect on display names synchronized from external identity providers.
#
-IsEnabledThe enabled state.
#
-LinkedUserIdentitiesThe linked user identities.
#
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.
#
System.Management.Automation.PSListModifierThe linked user identities.