Service Manager - restart servers if tickets stop coming in

Aaron Brown 1 Reputation point
2021-04-28T12:44:22.21+00:00

I haven't seen this online but I was curious if there was a script or something I can do to when service manager does not show new tickets to reboot two servers. At the very least, if no new IR tickets have not been created in a certain period of time, then it would send an alert to an email address so we can reboot our two servers ourselves.

Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
210 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 97,731 Reputation points MVP
    2021-04-28T13:36:40.46+00:00

    Hi @Aaron Brown ,

    instead of rebooting the SCSM Servers I would recommend to find the root cause of "no new incidents are created".

    But anyway:
    You could use a PowerShell script and the Task scheduler to get this done.
    With using the SMLets cmdlets for SCSM it's possible to get the latest Incident. If created date of the incident is greater than x hours restart the server.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments