Start App Pool
- 17 Feb 2022
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Start App Pool
- Updated on 17 Feb 2022
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Start App Pool
Starts an IIS app pool.
Script usage:
IIS::Start-AppPool( [WaitForStartedStatus: <true/false>], Name: <text> );
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
Wait for started status | true/false | WaitForStartedStatus | |
☆ App pool (default) | text | Name | The name of the application pool to operate on. This argument is required. |
See also:
Example:
# 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;
Was this article helpful?