Skip to content

Commit 0bb6cb6

Browse files
authored
Merge pull request #13337 from johage/patch-1
Update note on ConnectionUri encryption method
2 parents 636ea07 + 0d557e7 commit 0bb6cb6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

exchange/docs-conceptual/connect-to-exchange-servers-using-remote-powershell.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Connect to Exchange servers using remote PowerShell"
33
ms.author: chrisda
44
author: chrisda
55
manager: orspodek
6-
ms.date: 9/7/2023
6+
ms.date: 01/23/2026
77
ms.audience: ITPro
88
audience: ITPro
99
ms.topic: article
@@ -74,7 +74,8 @@ If you don't have the Exchange management tools installed on your local computer
7474
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://<ServerFQDN>/PowerShell/ -Authentication Kerberos -Credential $UserCredential
7575
```
7676

77-
**Note**: The _ConnectionUri_ value is `http`, not `https`.
77+
> [!TIP]
78+
> The _ConnectionUri_ value uses `http`, not `https` because the session is encrypted by the Kerberos token in the payload. Kerberos encryption removes the need to encrypt the session again using `https`.
7879
7980
3. Run the following command:
8081

0 commit comments

Comments
 (0)