├── CONTRIBUTING.md ├── LICENSE ├── Module ├── Start-Webserver.ps1 ├── WebServer.psd1 └── WebServer.psm1 ├── PSP.jpg ├── README.md ├── ScreenConsole.jpg ├── ScreenVerySmall.jpg ├── helloworld.psp └── https.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/LICENSE -------------------------------------------------------------------------------- /Module/Start-Webserver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/Module/Start-Webserver.ps1 -------------------------------------------------------------------------------- /Module/WebServer.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/Module/WebServer.psd1 -------------------------------------------------------------------------------- /Module/WebServer.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/Module/WebServer.psm1 -------------------------------------------------------------------------------- /PSP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/PSP.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/README.md -------------------------------------------------------------------------------- /ScreenConsole.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/ScreenConsole.jpg -------------------------------------------------------------------------------- /ScreenVerySmall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/ScreenVerySmall.jpg -------------------------------------------------------------------------------- /helloworld.psp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/helloworld.psp -------------------------------------------------------------------------------- /https.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MScholtes/WebServer/HEAD/https.md --------------------------------------------------------------------------------