Skip to content

Commit 9f4e909

Browse files
authored
Update app-only-auth-powershell-v2.md
1 parent d863995 commit 9f4e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/docs-conceptual/exchange-online/exchange-online-powershell-v2/app-only-auth-powershell-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following examples show how to use the Exchange Online PowerShell V2 module
3333
```powershell
3434
Connect-ExchangeOnline -CertificateFilePath "C:\Users\johndoe\Desktop\automation-cert.pfx" -AppID "alpha-beta-gamma-123456" -TenantID "contosoelectronics.onmicrosoft.com" -RoutingHintUPN "[email protected]"
3535
```
36-
In the above syntax, RoutingHintUPN takes the email of admin in the tenant for efficient routing of requests. Email ID of any admin in the organization works for app-only authentication scenarios.
36+
The _RoutingHintUPN_ value is an admin email address in the tenant, and is used for efficient routing of requests. The email address of any admin in the organization works for app-only authentication scenarios.
3737

3838
- Connect using a certificate thumbprint:
3939

0 commit comments

Comments
 (0)