Skip to content

Commit deef802

Browse files
authored
Update app-only-auth-powershell-v2.md
1 parent 8b2062c commit deef802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ robots: noindex,nofollow
1717
description: "Learn about using the Exchange Online V2 module in scripts and other long-running tasks."
1818
---
1919

20-
# Automating tasks in Exchange Online using PowerShell (Preview)
20+
# Automate tasks in Exchange Online using PowerShell (Preview)
2121

2222
> [!NOTE]
2323
> The features described in this topic are in Preview, are not available to everyone, and are subject to change.
@@ -39,7 +39,7 @@ The following examples show how to use the Exchange Online PowerShell V2 module
3939
```powershell
4040
Connect-ExchangeOnline -CertificateThumbPrint "012THISISADEMOTHUMBPRINT" -AppID "alpha-beta-gamma-123456" -TenantID "contosoelectronics.onmicrosoft.com" -RoutingHintUPN "[email protected]"
4141
```
42-
When CertificateThumbPrint is passed, the certificate needs to be installed in machine from where cmdlet is invoked. Certificate should be installed in user cert store.
42+
When you use the _CertificateThumbPrint_ parameter, the certificate needs to be installed on the computer where you are running the command. The certificate should be installed in the user certificate store.
4343

4444
- Connect using an existing service principal and client-secret:
4545

0 commit comments

Comments
 (0)