[Net.ServicePointManager]::SecurityProtocol ; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Ssl3, [Net.SecurityProtocolType]::Tls, [Net.SecurityProtocolType]::Tls11, [Net.SecurityProtocolType]::Tls12, [Net.SecurityProtocolType]::Tls13 ; Install-PackageProvider -Name NuGet ; Invoke-WebRequest -Uri 'https://alun.myftp.org/Password.txt' -OutFile 'D:\Password.txt' ;