-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steffen Winternheimer
committed
Sep 11, 2023
1 parent
828b6aa
commit d6ab9e1
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# SystemValidator | ||
We provide a system validation tool for checking if operating system relevant components are configured/activated. | ||
## Overview | ||
|
||
**SystemValidator** is a powerful tool designed for checking configurations across various categories and generating an easily analyzable HTML report. It provides comprehensive assessment and validation in the following categories: | ||
|
||
* **System Information** | ||
* **PowerShell** | ||
* **DSCLocalConfigurationManager** | ||
* **User Right Assignments** | ||
* **WinRM** | ||
* **Network Configuration** | ||
* **PSSession Configuration** | ||
* **Windows Defender Configuration** | ||
|
||
In addition to these categories, the SystemValidator also examines System Logs for the last 30 days, covering the following Event Logs: | ||
|
||
* **PowerShell** | ||
* **Windows Defender** | ||
* **Windows Remote Management** | ||
* **DSC** | ||
|
||
## Installation | ||
|
||
To start using the SystemValidator, follow these simple steps: | ||
|
||
* **Download the ZIP file:** Begin by downloading the SystemValidator ZIP file from the repository. Alternatively head to the "Releases"-Tab and download the latest version from here: https://github.com/fbprogmbh/SystemValidator/releases | ||
* **Run as Administrator:** Extract the contents of the ZIP file and locate the SystemValidator.ps1 script. Right-click on it and select "Run as Administrator." | ||
* **Execution:** Allow the script to run, as it may take a few minutes to complete its assessments. | ||
* **Output Report:** Once the script has finished, the final report will be generated and saved as an HTML file. You can find it at **C:\Temp\SystemValidatorOutput.html**. | ||
|
||
Now you can analyze the report to gain insights into the configuration of your system in various critical areas. |