Skip to content

Instantly share code, notes, and snippets.

View xasz's full-sized avatar

Michael Schneider xasz

  • Germany
  • 10:19 (UTC +01:00)
View GitHub Profile
@xasz
xasz / Set-SplashTopProxy.ps1
Created September 24, 2025 05:57
Set Splashtop Proxy settings via NinjaOne Automation Script
$ErrorActionPreference = "Stop"
($proxyServer = Ninja-Property-Docs-Get-Single "Integrationen" "proxyserver") *> $null
($proxyPort = Ninja-Property-Docs-Get-Single "Integrationen" "proxyport") *> $null
Write-Host "ProxyServer: $proxyServer"
Write-Host "Port: $proxyPort"
$base = "HKLM:\SOFTWARE\WOW6432Node\Splashtop Inc.\Splashtop Remote Server"