We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47d32d7 + 9a0633e commit a1363abCopy full SHA for a1363ab
articles/active-directory/roles/groups-view-assignments.md
@@ -8,7 +8,7 @@ ms.service: active-directory
8
ms.workload: identity
9
ms.subservice: roles
10
ms.topic: how-to
11
-ms.date: 02/04/2022
+ms.date: 08/08/2023
12
ms.author: rolyon
13
ms.reviewer: vincesm
14
ms.custom: it-pro
@@ -53,7 +53,7 @@ Get-AzureADMSGroup -SearchString "Contoso_Helpdesk_Administrators"
53
### View role assignment to a group
54
55
```powershell
56
-Get-AzureADMSRoleAssignment -Filter "principalId eq '<object id of group>"
+Get-AzureADMSRoleAssignment -Filter "principalId eq '<object id of group>'"
57
```
58
59
## Microsoft Graph API
0 commit comments