powershell.exe and tls 1.3
Wondering how to make your powershell.exe cmdlets compatible with tls 1.3 ?
public static void InitForPowerShell()
{
AppContext.SetSwitch("Switch.System.Net.DontEnableSystemDefaultTlsVersions", false);
}
details are available via the link below