Closed jdhitsolutions closed 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.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Added this setting to the module in v4.17.0
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.