Skip to content

Instantly share code, notes, and snippets.

@SoulOfUniverse
Created August 25, 2021 12:47
Show Gist options
  • Save SoulOfUniverse/caf2338bf15a4a8de3dfe42872b85ceb to your computer and use it in GitHub Desktop.
Save SoulOfUniverse/caf2338bf15a4a8de3dfe42872b85ceb to your computer and use it in GitHub Desktop.
Stop IIS Service
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