seanmcne / Microsoft.Xrm.Data.PowerShell

This module uses the CRM connection from Microsoft.Xrm.Tooling.CrmConnector.Powershell and provides common functions to create, delete, query, and update data as well as functions for common tasks such as publishing, and manipulating System & CRM User Settings, etc. The module should function for both Dynamics CRM Online and On-Premise environment.
201 stars 64 forks source link

TLS1.2 command in readme #485

Closed RedsGT closed 1 year ago

RedsGT commented 2 years ago

TLS1.2 command in readme overwrites all values instead of just adding TLS1.2.

seanmcne commented 2 years ago

Hey Red, would you want it to just append TLS 1.2 to what's existing or has there been an issue that came from this? Thx!

RedsGT commented 2 years ago

Hey Red, would you want it to just append TLS 1.2 to what's existing or has there been an issue that came from this? Thx!

Not yet. This is about future proofing thing's so scripts aren't breaking TLS1.3 when that becomes more of a thing.

"[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor [System.Net.ServicePointManager]::Tls12" will add TLS 1.2 to the list.