mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-06-18 13:28:53 -04:00
6 lines
130 B
PowerShell
6 lines
130 B
PowerShell
function Get-IcingaAgentArchitecture()
|
|
{
|
|
$IcingaAgent = Get-IcingaAgentInstallation;
|
|
|
|
return $IcingaAgent.Architecture;
|
|
}
|