Set TLS to 1.2 in Powershell and try again
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Set TLS to 1.2 in Powershell and try again
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$PWD.Path
Ping -t 8.8.8.8 | ForEach {"{0} - {1}" -f (Get-Date),$_}
$Clustername = "The_Cluster" Set-Alias Start-PowerShell64 "$env:windir\sysnative\WindowsPowerShell\v1.0\powershell.exe" # Create run string, to be able to parse argument $runThis = "Start-PowerShell64 {Get-ClusterNode -Cluster " + $Clustername + "}" $Outdata = Invoke-Expression $runThis