This tool is designed to be a flexible platform for support teams to organize their common tests and remediation scripts.
- HelpDeskHelper
- Main.ps1
- this is script that will manage the UI and the contains the logic
- Setup/
- *.ps1 - This scripts returns a hashtable of parameters and their
- Tests/
- *.ps1 - these scripts are specific to the organiation but should throw if the test fails
- Remediation/
- *.ps1 - Scripts that can be run to fix known problems
- Gather/
- *_Start.ps1
- Runs when starting a
- *.ps1
- all other scripts
- *_Start.ps1
- Modules
- Folder for all of the logic and modules used by the scripts
- Main.ps1