Get-NectarUserDetails
- 06 May 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarUserDetails
- Updated on 06 May 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Returns all information on a user.
Syntax
Get-NectarUserDetails
-EmailAddress <String>
-Identity <String>
Examples
Example 1
Get-NectarUserDetails tferguson@nectarcorp.com
Parameters
-EmailAddress <String>
The email address of the user.
| Parameter | Value |
|---|---|
| Required | false |
| Position | 1 |
| Required | false |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
-Identity <String>
The numerical ID of the user. Can be obtained via Get-NectarUser and pipelined to Get-NectarUserDetails
| Parameter | Value |
|---|---|
| Required | false |
| Position | 2 |
| Required | false |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
Was this article helpful?