How do I restart IIS from the command line?
2:18 PM
To restart IIS 6.0 from the command line, you simply have to enter the following command:
Example Code - Restarting IIS Services Automatically
C:\>iisreset
OR
C:\>iisreset /restart
C:\>iisreset
OR
C:\>iisreset /restart
0 comments