Windows Bootstrap SSH
The snippet can be accessed without any authentication.
Authored by
Adphi
iex (New-Object System.Net.WebClient).DownloadString("https://gitlab.bertha.cloud/snippets/35/raw")
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$ErrorActionPreference = "Stop"
iex (New-Object System.Net.WebClient).DownloadString("https://gitlab.bertha.cloud/snippets/7/raw")
iex (New-Object System.Net.WebClient).DownloadString("https://gitlab.bertha.cloud/snippets/34/raw")
Please register or sign in to comment