Get-MceUser
#
SYNOPSISGets the specified MCE user.
#
SYNTAX#
GetUserById (Default)#
SearchUsers#
DESCRIPTIONThis cmdlet gets the MCE user by either an ID or by search term.
The cmdlet is designed to pipeline returned user IDs to other cmdlets.
#
EXAMPLES#
EXAMPLE 1Gets MCE users which match the name john.
#
EXAMPLE 2Gets MCE users which match the name john and are enabled.
#
EXAMPLE 3Gets MCE user which name exactly matching the name john.
#
EXAMPLE 4Gets all of the MCE users.
#
EXAMPLE 5Gets the MCE User with the exact ID "01234567-89ab-cdef-1234-56789abcdef0".
#
EXAMPLE 6Gets table of all GUIDs for duplicate MCE users.
#
PARAMETERS#
-SearchTermThe search term.
#
-IdThe ID.
This value is optional, since the ID may be synchronized from external identity provider. Additionally, if synchronized from an external provider, the ID value provided here will be overridden.
#
-MatchExactThe flag used to determine whether a search term is to be used as an exact match.
This value is optional; running without this flag will return user(s) with a display name that has a partial match to the SearchTerm.
#
-IsEnabledThe user's enabled state.
#
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 search term.
#
System.StringThe ID.
This value is optional, since the ID may be synchronized from external identity provider. Additionally, if synchronized from an external provider, the ID value provided here will be overridden.