Guest User

Untitled

a guest
Feb 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
  2. Enable-RemoteDesktop
  3.  
  4. cinst git-credential-winstore
  5. cinst poshgit
  6. cinst vcredist2013 -y
  7. cinst mysql -y
  8.  
  9. cinst IIS-WebServerRole -source windowsfeatures
  10.  
  11. New-Item -ItemType directory -Path d:\temp
  12.  
  13. import-module WebAdministration
  14. New-WebAppPool -Name testpool
  15. New-Website -name MyTestWeb -PhysicalPath d:\temp -ApplicationPool testpool -Port 8086
Add Comment
Please, Sign In to add comment