Returns the properties for a specified user.
Syntax
Get-MSOnlineUser [-Identity
<String>]
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
|
Identity |
No |
System.string |
Selects a single user by name, e-mail address, UPN, or GUID. |
Example
This example returns a single user from an organization:
Get-MSOnlineUser –Identity Erik@adatum.com
Comments
None.