diff --git a/exchange/docs-conceptual/connect-to-exchange-servers-using-remote-powershell.md b/exchange/docs-conceptual/connect-to-exchange-servers-using-remote-powershell.md index 96fdd45233..d0c67ef3f1 100644 --- a/exchange/docs-conceptual/connect-to-exchange-servers-using-remote-powershell.md +++ b/exchange/docs-conceptual/connect-to-exchange-servers-using-remote-powershell.md @@ -3,7 +3,7 @@ title: "Connect to Exchange servers using remote PowerShell" ms.author: chrisda author: chrisda manager: orspodek -ms.date: 9/7/2023 +ms.date: 01/23/2026 ms.audience: ITPro audience: ITPro ms.topic: article @@ -74,7 +74,8 @@ If you don't have the Exchange management tools installed on your local computer $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http:///PowerShell/ -Authentication Kerberos -Credential $UserCredential ``` - **Note**: The _ConnectionUri_ value is `http`, not `https`. + > [!TIP] + > 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`. 3. Run the following command: