Tuesday 1 September 2015

PowerShell Command to get Specific Alert in SCOM 2012 R2 and SCOM 2016

PowerShell Command to get Specific Alert in SCOM 2012 R2 and SCOM 2016


  • Powershell Command to get only Specific alert with Specific Name is something we are asked frequently
  • Use the Below Command to get it done
  • GET-SCOMAlert Where {$_.Name --eq "Alert You want to get"}

No comments:

Post a Comment