Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8689533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:40:14+00:00 2026-06-12T23:40:14+00:00

How do you set an IIS6 app pool’s idle timeout with powershell? All I

  • 0

How do you set an IIS6 app pool’s idle timeout with powershell? All I am seeing from my searches is how to set the app pool recycle time which isn’t quite the same.

This is what is turning up, but I don’t think it’s what I am looking for:

$destinationPool.recycling.periodicRestart.schedule
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T23:40:15+00:00Added an answer on June 12, 2026 at 11:40 pm

    I can’t test it but try this:

    $ApplicationPool = Get-WmiObject -Class IISApplicationPoolSetting -Namespace "root/microsoftiisv2" | Where-Object {$_.Name -eq 'W3SVC/APPPOOLS/DefaultAppPool'}
    $ApplicationPool.IdleTimeout=0
    $ApplicationPool.Put()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using IIS6 (unfortunatly) and have built an ASP.Net MVC app; IIS is set
SET @v1 := SELECT COUNT(*) FROM user_rating; SELECT @v1 When I execute this query
We are having performance issues on our web app during peak times, which is
I have a application (folder with an app pool) running on iis 6 where
My web app is set to use Windows Authentication and Impersonation is set to
I have developed a web app a year ago aimed to work with IIS6.
I have a small asp.net mvc app running on WIN2k3 and IIS6. I'm using
I've setup an asp.net mvc app on a windows server 2003 machine with IIS6.
I believe I have set up our MVC app to use [HandleError] properly. This
I'm migrating a web app from an IIS 6 server to an IIS 7

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.