Skip to content

Commit 4ba6109

Browse files
committed
Update connect-exo-powershell-managed-identity.md
1 parent 06bd049 commit 4ba6109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/docs-conceptual/connect-exo-powershell-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The procedures in this step require the Microsoft Graph PowerShell SDK. For inst
305305

306306
If a **Permissions requested** dialog opens, select **Consent on behalf of your organization**, and then click **Accept**.
307307

308-
2. Run the following command to verify that the Office 365 Exchange Online resource in Azure AD is available:
308+
2. Run the following command to verify that the Office 365 Exchange Online resource is available in Azure AD:
309309

310310
```powershell
311311
Get-MgServicePrincipal -Filter "AppId eq '00000002-0000-0ff1-ce00-000000000000'"
@@ -346,7 +346,7 @@ Do the following steps:
346346
1. Register an application in Azure AD as described in [Step 1: Register the application in Azure AD](app-only-auth-powershell-v2.md#step-1-register-the-application-in-azure-ad).
347347
2. Assign the Office 365 Exchange Online \> Exchange.ManageAsApp API permission to the application using the "Modify the app manifest" method as described in [Step 2: Assign API permissions to the application](app-only-auth-powershell-v2.md#step-2-assign-api-permissions-to-the-application).
348348

349-
After you do these steps, run the **Get-MgServicePrincipal** command again to confirm that the Office 365 Exchange Online resource is available.
349+
After you do these steps, run the **Get-MgServicePrincipal** command again to confirm that the Office 365 Exchange Online resource is available in Azure AD.
350350

351351
For even more information, run the following command to verify that the Exchange.ManageAsApp API permission (`dc50a0fb-09a3-484d-be87-e023b12c6440`) is available in the Office 365 Exchange Online resource:
352352

0 commit comments

Comments
 (0)