Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Last active April 21, 2017 21:01
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 PixelRobots/5c1bef8f4a4192e1d8b2257eb50f176c to your computer and use it in GitHub Desktop.
Save PixelRobots/5c1bef8f4a4192e1d8b2257eb50f176c to your computer and use it in GitHub Desktop.
easy create iis site on nano server
Enter-PSSession -ComputerName PIXEL-NANO10
Import-Module iis*
New-IISSite -Name "TestPixels" -BindingInformation "*:80:" -physicalPath "c:\inetpub\wwwroot\TestPixels"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment