function Write-IcingaPluginOutput() { param( $Output ); Write-Host $Output; }