icinga-powershell-framework/lib/core/icingaagent/getters/Get-IcingaAgentVersion.psm1
2019-09-29 18:25:40 +02:00

6 lines
120 B
PowerShell

function Get-IcingaAgentVersion()
{
$IcingaAgent = Get-IcingaAgentInstallation;
return $IcingaAgent.Version;
}