The Best User Interface for your VMware Datacenter!
Right now one has to jump through the API hoops to perform Alarm Management (CRUD) and I think it would be much simpler just to have a New-Alarm, Get-Alarm, Set-Alarm, etc that would also allow one to manage triggers and actions.
I agree.
It should be a one to many type of one-liner.
get-cluster mycluster | get-vmhost | set-Alarmaction -Enabled:$false
OR
get-cluster mycluster | get-vmhost | disable-Alarmaction -Confirm:$false
You won't be notified about changes to this idea.
I agree.
It should be a one to many type of one-liner.
get-cluster mycluster | get-vmhost | set-Alarmaction -Enabled:$false
OR
get-cluster mycluster | get-vmhost | disable-Alarmaction -Confirm:$false