#ps1 [Net.ServicePointManager]::ServerCertificateValidationCallback = {$true} [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 while ($true) { $web_client = New-Object System.Net.WebClient try { $web_client.DownloadFile("https://cam.ctl.io/agent/bootstrap.ps1", "$env:TEMP\bootstrap.ps1") break } catch [System.Net.WebException] { Start-Sleep -s 10 } } Set-ExecutionPolicy Unrestricted -Force & $env:TEMP\bootstrap.ps1 -eb_host "cam.ctl.io" -token "b5835681-c37d-47d2-92b4-4f52c5fc5410" -external_id "0a8bcf6f-dcf5-4796-8c87-fc363dd77021" -provider_type "dccf" -enforce_ssl "yes"