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