Skip to content

Commit 06326a9

Browse files
authored
Merge pull request #10838 from MicrosoftDocs/chrisda
Added CertificateThumbprint note
2 parents 712522f + a9e1dd3 commit 06326a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ The following examples show how to use the Exchange Online PowerShell module wit
7575
7676
- **Connect using a certificate thumbprint**:
7777

78+
> [!NOTE]
79+
> The CertificateThumbprint parameter is supported only in Microsoft Windows.
80+
7881
The certificate needs to be installed on the computer where you're running the command. The certificate should be installed in the user certificate store.
7982

8083
- <u>Exchange Online PowerShell</u>:

exchange/docs-conceptual/connect-to-exchange-online-powershell.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ This section attempts to compare older connection methods that have been replace
410410

411411
- **Certificate thumbprint**:
412412

413+
> [!NOTE]
414+
> The CertificateThumbprint parameter is supported only in Microsoft Windows.
415+
413416
```powershell
414417
Connect-ExchangeOnline -CertificateThumbPrint "012THISISADEMOTHUMBPRINT" -AppID "36ee4c6c-0812-40a2-b820-b22ebd02bce3" -Organization "contoso.onmicrosoft.com"
415418
```

0 commit comments

Comments
 (0)