Skip to content

Commit 9a0633e

Browse files
committed
Add missing tick
1 parent 3d00bd3 commit 9a0633e

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)