Get-NMMGroup¶
Gets group details.
Syntax¶
Description¶
The Get-NMMGroup cmdlet retrieves details about an Azure AD group.
Parameters¶
-AccountId¶
The NMM account ID.
| Type | Int32 |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
-GroupId¶
The Azure AD group object ID.
| Type | String |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
Examples¶
Example 1: Get group details¶
Outputs¶
PSCustomObject
| Property | Type | Description |
|---|---|---|
| objectId | String | Azure AD object ID |
| displayName | String | Group name |
| description | String | Group description |
| groupType | String | Security, M365 |
| memberCount | Int32 | Number of members |