Sorry, I'm a bit behind in answering all the comments
Try running it like this (the function doesn't do Object By Name I'm afraid).
Get-AlarmActionState -Entity (Get-VM VMTEST1) -Recurse:$false
or
Get-VM VMTEST1 | Get-AlarmActionState -Recurse:$false