Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/bc3904d6f0d0474b76027f09c8ca37cd to your computer and use it in GitHub Desktop.
Save ssougnez/bc3904d6f0d0474b76027f09c8ca37cd to your computer and use it in GitHub Desktop.
Function StartSite {
Param($name)
Get-Website $name | Start-WebSite
Success
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment