Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 229203

Re: "Disable alarm actions" for a vm

$
0
0

The -Entity parameter requires a PowerCLI inventory object as value and does not accept names. You can try it like this:

 

Get-AlarmActionState -Entity (Get-VM -Name VMTEST1) -Recurse:$false


Viewing all articles
Browse latest Browse all 229203

Trending Articles