We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22df39b commit 5bae2a6Copy full SHA for 5bae2a6
1 file changed
learn-pr/advocates/manage-internet-information-services/includes/4-monitoring.md
@@ -173,7 +173,7 @@ Alternatives to using IISReset include:
173
174
| Scenario | Preferred command |
175
| --- | --- |
176
-| A single app pool is misbehaving | Restart-WebAppPool -Name "<WebAppPool>" |
+| A single app pool is misbehaving | Restart-WebAppPool -Name "<WebAppPoolName>" |
177
| A single site needs restarting | Stop-Website then Start-Website |
178
| Restart only the web service | Restart-Service W3SVC |
179
0 commit comments