- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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