May 22 – 23, Portland, Oregon
This is generated from the built-in components of Otter 2.1, and may be different than what you have installed (especially if you have extensions); go to [User Icon] > Documentation within your Otter instance to see exactly what operations are available.
Recycles an application pool.
Executing - this operation will perform a specified action or actions on a remote server.
IIS::Recycle-AppPool <text>;
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Name (default) | text |
Name |
The name of the application pool to operate on. This argument is required. |
# stops the BuildMaster application pool IIS::Stop-AppPool BuildMasterAppPool; # starts the BuildMaster application pool IIS::Start-AppPool BuildMasterAppPool; # recycles the BuildMaster application pool IIS::Recycle-AppPool BuildMasterAppPool;
Have a question? Try the Q&A Forum
Our documentation is now Open Source and on GitHub. We highly encourage our users to contribute and get involved! .