Created
August 25, 2021 12:47
-
-
Save SoulOfUniverse/caf2338bf15a4a8de3dfe42872b85ceb to your computer and use it in GitHub Desktop.
Stop IIS Service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write-Host "Stopping your iis service in order to run docker" -ForegroundColor Green | |
iisreset /stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment