When I executed the below, it doesn't show anything....brings me back to a cursor....
Get-VM -Name myhostname |
>> SelectName,@{N='Alarm Enabled';E={$_.ExtensionData.AlarmActionsEnabled}}
>>
When I executed the below, it doesn't show anything....brings me back to a cursor....
Get-VM -Name myhostname |
>> SelectName,@{N='Alarm Enabled';E={$_.ExtensionData.AlarmActionsEnabled}}
>>