Skip to content

Commit

Permalink
Update ExchangeOAuth2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Jun 12, 2024
1 parent c5c1c81 commit bde0808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExchangeOAuth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Import-module ExchangeOnlineManagement
Connect-ExchangeOnline -Organization <tenantId>
```

Next, register your the Service Principal for your web service:
Next, register the Service Principal for your web service:

```powershell
New-ServicePrincipal -AppId <APPLICATION_ID> -ObjectId <OBJECT_ID> [-Organization <ORGANIZATION_ID>]
Expand Down

0 comments on commit bde0808

Please sign in to comment.