-
Notifications
You must be signed in to change notification settings - Fork 2
2. Getting Started
Raphael Perez edited this page Apr 11, 2022
·
2 revisions
- Download the code from https://github.com/dotraphael/HealthCheckToolkit_Community
- Extract to a location (i.e. C:\Temp\HealthCheck)
- On a machine that has access to the ConfigMgr environment (or from Site Server itself) open the Open PowerShell as Administrator
- Navigate to the folder where the code files were extracted
- Execute the CollectData.ps1 file (refer to the examples)
- Download the code from https://github.com/dotraphael/HealthCheckToolkit_Community
- Extract to a location (i.e. C:\Temp\HealthCheck)
- Copy the saved XML files to alternative machine (Optional)
- On a machine where the XML files are located, open the Open PowerShell
- Navigate to the folder where the code files were extracted
- Execute the AnalyseData.ps1 file (refer to the examples)
- Download the code from https://github.com/dotraphael/HealthCheckToolkit_Community
- Extract to a location (i.e. C:\Temp\HealthCheck)
- Copy the saved XML files to alternative machine (Optional)
- On a machine where the XML files are located, open the Open PowerShell
- Navigate to the folder where the code files were extracted
- Install the PowerShell modules (refer to the pre-requirement list)
- Execute the GenerateReport.ps1 file (refer to the examples)