pluralsight / PS-AutoLab-Env

A PowerShell module for creating lab configurations using Lability and Desired State Configuration. Look at README.md for more information.
MIT License
268 stars 75 forks source link

Configure TLS settings #235

Closed jdhitsolutions closed 4 years ago

jdhitsolutions commented 4 years ago

Sometimes there are errors downloading from Microsoft unless you have updated TLS settings. I think I should add [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 to the module.

jdhitsolutions commented 4 years ago

Added this setting to the module in v4.17.0