Hi,
I am referring to below post and trying to export the vcenter alarms. I get the exported file but I am getting the below error. Please help!!
Error
Try changing this line
Get-AlarmActionTrigger -AlarmAction $_ |
to
Get-AlarmActionTrigger -AlarmAction $action |
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Try changing this line
Get-AlarmActionTrigger -AlarmAction $_ |
to
Get-AlarmActionTrigger -AlarmAction $action |
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
Thank you LucD. That worked.