You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 to the agent script which forces Powershell to use TLS 1.2 rather than the default 1.0. This is only used to download Sysmon and WinLogBeat.
The text was updated successfully, but these errors were encountered:
Add
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
to the agent script which forces Powershell to use TLS 1.2 rather than the default 1.0. This is only used to download Sysmon and WinLogBeat.The text was updated successfully, but these errors were encountered: