SCOM

PowerShell & SCOM: Use Operations Manager Shell to close multiple Alerts generated by Same Rule

Hi, When today i login in to my SCOM console I saw approx 134 Active Alerts about Microsoft SQL Job failure. I was about to close these alert but then one thing strike in my mind that lets try to close these alerts using “Operations Manager Shell”. These Alerts are generating from same source and… Continue reading PowerShell & SCOM: Use Operations Manager Shell to close multiple Alerts generated by Same Rule

PowerShell

Part-5: Text Manipulation in PowerShell using .Contains() and .Equals() methods

  Part-1: Text Manipulation in PowerShell using Trim, TrimStart , TrimEnd methodsPart-2: Text Manipulation in PowerShell using .ToLower and .ToUpper methodPart-3: Text Manipulation in PowerShell using .StartsWith() and EndsWith() methodsPart-4: Text Manipulation in PowerShell using .Replace(), and .Remove() methods.   Hi, today we are using .Contains() and .Equals() method on our text. The output of… Continue reading Part-5: Text Manipulation in PowerShell using .Contains() and .Equals() methods