├── Learning ├── 1_SimpleServer.ps1 ├── 2_URLHandling.ps1 ├── 3_QueryStrings.ps1 └── 4_GettingToTheGUI.ps1 └── New-PoshWebGUI.ps1 /Learning/1_SimpleServer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tiberriver256/New-PoshWebGUI/HEAD/Learning/1_SimpleServer.ps1 -------------------------------------------------------------------------------- /Learning/2_URLHandling.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tiberriver256/New-PoshWebGUI/HEAD/Learning/2_URLHandling.ps1 -------------------------------------------------------------------------------- /Learning/3_QueryStrings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tiberriver256/New-PoshWebGUI/HEAD/Learning/3_QueryStrings.ps1 -------------------------------------------------------------------------------- /Learning/4_GettingToTheGUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tiberriver256/New-PoshWebGUI/HEAD/Learning/4_GettingToTheGUI.ps1 -------------------------------------------------------------------------------- /New-PoshWebGUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tiberriver256/New-PoshWebGUI/HEAD/New-PoshWebGUI.ps1 --------------------------------------------------------------------------------