HPE OneView
1832617 Members
2416 Online
110043 Solutions
New Discussion

Re: HPE OneView reporting active alerts with Server Name

 
AJ7
Member

HPE OneView reporting active alerts with Server Name

Hi ,  I need to share the Active alerts report . so i am looking for powershell script to generate a report for Active alerts with the server name on OV 6.1  . Need to save the output (report) on UNC path . 

thanks

AJ ,

4 REPLIES 4
sfrench-quilter
Valued Contributor

Re: HPE OneView reporting active alerts with Server Name

Hi AJ,

I'm not aware of anything that exists already, so you may need to write this yourself.

Regards
Stuart

ChrisLynch
HPE Pro

Re: HPE OneView reporting active alerts with Server Name

You can use the Get-OVServer -Name Myserver | Get-OVAlert -Active commands from the HPE OneView PowerShell library.
I work at HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
ManBha
HPE Pro

Re: HPE OneView reporting active alerts with Server Name

Hello,

 

Hope this helps.

https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.00/appliance/get-ovalert

 

Thanks.

I work for HPE.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo

AJ7
Member

Re: HPE OneView reporting active alerts with Server Name

@ChrisLynch 

Thanks for your response. I can use this command but not able to display the "ServerName" from this.

or basically any column specific from the Get-OvServer cant be displayed. Columns from the Get-OVAlert are displaying in output.

Could you please help on this? Thanks in Advance