Closed
Description
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