Last active
April 21, 2017 21:01
-
-
Save PixelRobots/5c1bef8f4a4192e1d8b2257eb50f176c to your computer and use it in GitHub Desktop.
easy create iis site on nano server
This file contains hidden or 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
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