1k-off/IIS Application Pool Action
This action can restart, start or stop an IIS application pool, or get information about its state.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Sep 12, 2024
- License
- None
Pinned Snippet
uses: 1k-off/iis-apppool-action@cb898cb3a9e5d8bffad457b61d12e5e484b86eff # 1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Specify get-state, restart, start, stop as the action to perform | yes | — |
| appPoolName | IIS application pool name | yes | — |
| siteName | IIS site name | yes | — |
Outputs
| name | description |
|---|---|
| appPoolName | Application pool name |
| state | Application pool state |