Skip to content

Commit a1363ab

Browse files
Merge pull request #247676 from rolyon/rolyon-aadroles-role-assignments-list-powershell-fix
[Azure AD roles] List role assignments in PowerShell Add missing tick
2 parents 47d32d7 + 9a0633e commit a1363ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/roles/groups-view-assignments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.subservice: roles
1010
ms.topic: how-to
11-
ms.date: 02/04/2022
11+
ms.date: 08/08/2023
1212
ms.author: rolyon
1313
ms.reviewer: vincesm
1414
ms.custom: it-pro
@@ -53,7 +53,7 @@ Get-AzureADMSGroup -SearchString "Contoso_Helpdesk_Administrators"
5353
### View role assignment to a group
5454

5555
```powershell
56-
Get-AzureADMSRoleAssignment -Filter "principalId eq '<object id of group>"
56+
Get-AzureADMSRoleAssignment -Filter "principalId eq '<object id of group>'"
5757
```
5858

5959
## Microsoft Graph API

0 commit comments

Comments
 (0)