Skip to content

Commit a1457a8

Browse files
updates
1 parent 3b8d19a commit a1457a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/security-ediscovery-appauthsetup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You need to set the correct API permissions for your application. Expand **Manag
8383
8484
4. Add the Service Principal Object ID to the eDiscoveryManager role using [Add-RoleGroupMember](/powershell/module/exchange/add-rolegroupmember) cmdlet and verify using [Get-RoleGroupMember](/powershell/module/exchange/get-rolegroupmember) cmdlet.
8585
86-
Run the following cmdlet, replacing **Member** argument in the first cmdlet.
86+
Run the following cmdlets, replacing **Member** argument in the first cmdlet.
8787
8888
```powershell
8989
Add-RoleGroupMember -Identity "eDiscoveryManager" -Member "a8c1aaec-d18a-47fa-aec5-8651d755223c"
@@ -92,7 +92,7 @@ You need to set the correct API permissions for your application. Expand **Manag
9292
9393
5. Add the Service Principal Object ID to the eDiscoveryAdministrator role using [Add-eDiscoveryCaseAdmin](/powershell/module/exchange/add-ediscoverycaseadmin) cmdlet and verify using [Get-eDiscoveryCaseAdmin](/powershell/module/exchange/get-ediscoverycaseadmin) cmdlet.
9494
95-
Run the following cmdlet, replacing the **User** argument in the first cmdlet.
95+
Run the following cmdlets, replacing the **User** argument in the first cmdlet.
9696
9797
```powershell
9898
Add-eDiscoveryCaseAdmin -User "a8c1aaec-d18a-47fa-aec5-8651d755223c"

0 commit comments

Comments
 (0)