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

6 lines
130 B
PowerShell

function Get-IcingaAgentArchitecture()
{
$IcingaAgent = Get-IcingaAgentInstallation;
return $IcingaAgent.Architecture;
}