-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
Resolution-DuplicateWill close automatically.Will close automatically.
Description
Line 121 in 8cfbf2b
"powershell.exe -NoLogo -NoProfile -Command 'Install-Module -Name PackageManagement -Force -MinimumVersion 1.4.6 -Scope CurrentUser -AllowClobber'", |
To download the PackageManagement module requires TLS 1.2. Many users will get an error. Instead, I suggest adding code to force TLS 1.2
-Command '[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12; Install-Module -Name PackageManagement -Force -MinimumVersion 1.4.6 -Scope CurrentUser -AllowClobber
Metadata
Metadata
Assignees
Labels
Resolution-DuplicateWill close automatically.Will close automatically.