Restart IIS service every 2 hours.


Recommended Posts

I've made a bat for restarting IIS and scheduled it to run every 2 hours, (cuz i have to find a solution for an exchange prob, and i use this workaround as temporary solution for the problem)

iisreset.bat

start iisreset

when the schedule starts it popup a LOT of Cmd windows (20-30 Windows) with the path of the script.

Does anyone have any hint?

BTW

Meery Xmas to all

Link to comment
https://www.neowin.net/forum/topic/261514-restart-iis-service-every-2-hours/
Share on other sites

the problem is related to the delivering of e-mail in the Lan, restarting IIS (for Smtp) it will deliver the mail succesfully, until i get to fix this problem(it seems that is related with the AV,,,Trend) i have to restart iis .

The problem now is with the number of cmd windows that pops out when the bat is exeute.

if you are running iis 5 take a look at this

http://www.microsoft.com/downloads/details...&DisplayLang=en

for iis 6 try this vb code (just save it as iisrestart.vbs). change '2142295254' to your server name

strComputer = "."
Set objWMIService = GetObject _
    ("winmgmts:{authenticationLevel=pktPrivacy}\\" _
        & strComputer & "\root\microsoftiisv2")

Set colItems = objWMIService.ExecQuery _
    ("Select * From IIsWebServer Where Name = " & _
        "'W3SVC/2142295254'")

For Each objItem in colItems
    objItem.Start
Next

if its the smtp portion that is causing you issues, why not just stop and start the smtp service? Why do you need to reset all of IIS?

net stop servicename

net start servicename

or you could use

sc stop servicename

sc start servicename

Or if your really having issues and the service is hanging, why not just set the service to restart on failure - and then kill it every 2 hours?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Remarkably based article from Garter - apparently there IS someone working there that actually understands mainframe systems.
    • Calling it TDS doesn’t answer the question: why did this site skip prior UFC games but review this one, at this exact political moment?
    • Its the timing of its release, mixed with the timing of the review mixed with the timing of the event, when this site never reviewed previous iterations of this game that I could find.
    • Instagram just got "a long-requested feature" by Hamid Ganji Instagram has finally added a new feature that has been "long-requested" and it allows users to write an individual caption for each image or video in a carousel. The feature will start rolling out this week, and it’ll be available to all users. Previously, Instagram only allowed a single caption for all regular posts and carousels. This made it harder for content creators to describe every scene in a carousel and often forced them to write longer captions. However, with this new feature, every slide in a carousel can have its own caption, which can be viewed by swiping left or right. To use the feature, when writing a caption for your post, select “Multiple captions” from the dropdown menu in the caption area. You can then write unique captions for each slide. By swiping through the carousel and selecting individual slides, a dedicated space for writing captions will appear. Instagram says the feature will help audiences get the right context at the right moment. The ability to assign a unique caption to each slide in a carousel could be particularly useful for content creators and brands on the platform. Instagram says the feature will begin rolling out this week. The new feature appears to have been well received by Instagram users, many of whom have been requesting it for a long time. However, users are now asking for additional features, such as the ability to add new slides to a carousel after it has been published. Instagram has been introducing several useful features lately, but users who want access to additional tools and perks can subscribe to the platform’s Instagram Plus offering. Priced at $3.99 per month, Instagram Plus includes exclusive features such as 48-hour Stories, more detailed post analytics, and the ability to tailor posts or Stories to specific audiences. The subscription includes 11 new features in total.
  • Recent Achievements

    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      586
    2. 2
      +Edouard
      170
    3. 3
      PsYcHoKiLLa
      72
    4. 4
      Michael Scrip
      65
    5. 5
      ATLien_0
      64
  • Tell a friend

    Love Neowin? Tell a friend!