├── LICENSE ├── README.md ├── images ├── ast.png ├── dsc.png ├── home.png ├── hostprocesses.png ├── modules.png ├── providers.png ├── repositories.png ├── scheduled-jobs.png └── variables.png └── src ├── PowerShellExplorer.psd1 ├── controls └── textarea.ps1 ├── dashboard.ps1 └── pages ├── ast.ps1 ├── dsc.ps1 ├── host-processes.ps1 ├── modules.ps1 ├── providers.ps1 ├── repository.ps1 ├── scheduled-jobs.ps1 ├── variables.ps1 └── verbs.ps1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/README.md -------------------------------------------------------------------------------- /images/ast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/ast.png -------------------------------------------------------------------------------- /images/dsc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/dsc.png -------------------------------------------------------------------------------- /images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/home.png -------------------------------------------------------------------------------- /images/hostprocesses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/hostprocesses.png -------------------------------------------------------------------------------- /images/modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/modules.png -------------------------------------------------------------------------------- /images/providers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/providers.png -------------------------------------------------------------------------------- /images/repositories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/repositories.png -------------------------------------------------------------------------------- /images/scheduled-jobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/scheduled-jobs.png -------------------------------------------------------------------------------- /images/variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/images/variables.png -------------------------------------------------------------------------------- /src/PowerShellExplorer.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/PowerShellExplorer.psd1 -------------------------------------------------------------------------------- /src/controls/textarea.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/controls/textarea.ps1 -------------------------------------------------------------------------------- /src/dashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/dashboard.ps1 -------------------------------------------------------------------------------- /src/pages/ast.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/ast.ps1 -------------------------------------------------------------------------------- /src/pages/dsc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/dsc.ps1 -------------------------------------------------------------------------------- /src/pages/host-processes.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/host-processes.ps1 -------------------------------------------------------------------------------- /src/pages/modules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/modules.ps1 -------------------------------------------------------------------------------- /src/pages/providers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/providers.ps1 -------------------------------------------------------------------------------- /src/pages/repository.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/repository.ps1 -------------------------------------------------------------------------------- /src/pages/scheduled-jobs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/scheduled-jobs.ps1 -------------------------------------------------------------------------------- /src/pages/variables.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/variables.ps1 -------------------------------------------------------------------------------- /src/pages/verbs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-powershellexplorer/HEAD/src/pages/verbs.ps1 --------------------------------------------------------------------------------