New-MceUser
#
SYNOPSISCreates a new MCE user.
#
SYNTAX#
Pipe#
Properties#
DESCRIPTIONThis cmdlet creates a new user on the system, and returns the user's ID.
The cmdlet is designed to support pipelining from Microsoft.ActiveDirectory.Management.ADUser instances to create users linked to Active Directory identities.
#
EXAMPLES#
EXAMPLE 1Creates a default disabled user.
#
EXAMPLE 2Creates an enabled user.
#
EXAMPLE 3Creates an enabled user with the display name "testuser" and IDAM Guid "12345678-1234-1234-1234-123456789012"
#
EXAMPLE 4Creates an enabled user for every guid returned by the Get-AdUser cmdlet.
#
PARAMETERS#
-NameThe user display name.
This value is optional, since the user display name may be synchronized from external identity provider. Additionally, if synchronized from an external provider, the display name value provided here will be overridden.
#
-IsEnabledA value indicating whether the user is enabled.
#
-ObjectGuidThe objectGuid property of an associated identity in Active Directory.
Setting this property adds a linked identity.
This property is designed for pipelining from Microsoft Active Directory cmdlets.
#
-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 display name.
This value is optional, since the user display name may be synchronized from external identity provider. Additionally, if synchronized from an external provider, the display name value provided here will be overridden.
#
System.GuidThe objectGuid property of an associated identity in Active Directory.
Setting this property adds a linked identity.
This property is designed for pipelining from Microsoft Active Directory cmdlets.