icinga-powershell-framework/lib/core/icingaagent/getters/Get-IcingaAgentArchitecture.psm1

7 lines
130 B
PowerShell
Raw Normal View History

2019-09-29 12:25:40 -04:00
function Get-IcingaAgentArchitecture()
{
$IcingaAgent = Get-IcingaAgentInstallation;
return $IcingaAgent.Architecture;
}