param( [Parameter(Mandatory = $true)] [string]$Command ) $ErrorActionPreference = "Stop" . "$PSScriptRoot\ProxmoxAgent.ps1" Invoke-ProxmoxSshCommand -Command $Command