aevrov
VMware Employee
VMware Employee

Hi,

You should replace line 2 in Luc's script ("$alarms = $alarmManager.GetAlarm($null") with these 2 lines:

$inventoryRoot = Get-Folder -NoRecursion

$alarms = $alarmManager.GetAlarm($inventoryRoot.Id)

Regards,

-Angel

Reply
0 Kudos