Skip to content

2. Getting Started

Raphael Perez edited this page Apr 11, 2022 · 2 revisions

Collecting Data

  1. Download the code from https://github.com/dotraphael/HealthCheckToolkit_Community
  2. Extract to a location (i.e. C:\Temp\HealthCheck)
  3. On a machine that has access to the ConfigMgr environment (or from Site Server itself) open the Open PowerShell as Administrator
  4. Navigate to the folder where the code files were extracted
  5. Execute the CollectData.ps1 file (refer to the examples)

Analysing Data

  1. Download the code from https://github.com/dotraphael/HealthCheckToolkit_Community
  2. Extract to a location (i.e. C:\Temp\HealthCheck)
  3. Copy the saved XML files to alternative machine (Optional)
  4. On a machine where the XML files are located, open the Open PowerShell
  5. Navigate to the folder where the code files were extracted
  6. Execute the AnalyseData.ps1 file (refer to the examples)

Reporting Data

  1. Download the code from https://github.com/dotraphael/HealthCheckToolkit_Community
  2. Extract to a location (i.e. C:\Temp\HealthCheck)
  3. Copy the saved XML files to alternative machine (Optional)
  4. On a machine where the XML files are located, open the Open PowerShell
  5. Navigate to the folder where the code files were extracted
  6. Install the PowerShell modules (refer to the pre-requirement list)
  7. Execute the GenerateReport.ps1 file (refer to the examples)
Clone this wiki locally