Skip to content

Commit 838484c

Browse files
authored
Update note on ConnectionUri encryption method
Clarified the note about using HTTP instead of HTTPS for the ConnectionUri, explaining the use of Kerberos for encryption.
1 parent 636ea07 commit 838484c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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+
**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.
7878

7979
3. Run the following command:
8080

0 commit comments

Comments
 (0)