Archives

Tag Archive for: ‘Service Manager’

Just a quick PowerShell script which will tell you if any active case in Service Manager has not been updated in 2 days. Obviously by changing the values for the time span ($LastModifiedBreached = New-Object Timespan 2,0,0,0,0)  you can alter how many days it is before your alerted. CMDLets from “http://smlets.codeplex.com/” Import-Module SMLets $LastModifiedBreached = …