Skip to content

Commit 0d557e7

Browse files
authored
Revise ConnectionUri note and update date
Updated the date and improved the note on ConnectionUri usage.
1 parent 838484c commit 0d557e7

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`. The reason this doesn't use HTTPS is due to the session being encrypted with Kerberos token in the payload. This removes the need to have the session also to be encrypted again using 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)