How can I stop and start individual websites in IIS using PowerShell?

前端 未结 4 1588
北荒
北荒 2020-12-13 01:57

I have multiple sites configured in IIS7 on my Windows 7 development machine to run on the same port and usually only run one at a time depending on what I\'m working on. I

4条回答
  •  余生分开走
    2020-12-13 02:09

    To get access to system modules, Powershell needs to be run like this:

    [path]\powershell.exe -NoExit -ImportSystemModules
    

    I found the above on this iis forum.

提交回复
热议问题