Skip to content

Commit

Permalink
6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioMerola authored Aug 22, 2022
1 parent 3ae315e commit 4af906f
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Active Directory xRay Script

I started this as a personal project to help me during my day to day work on different Active Directory environments.

The script does not record, create or modify anything in the environment (except for creating a folder named “ADxRay” in C:\ of the computer running the script. Inside that folder the log files and the main report file named “ADxRay_Report(YEAR-MONTH-DAY).htm” is created).

The script must be run at a Domain Controller running at least Windows Server 2012 (see requirements below).
Expand Down Expand Up @@ -45,32 +43,64 @@ Even the script may overload the server used to run, it is not harmful to the en

<BR/>

#### Screenshots:
## Screenshots:

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/0.png)

<BR/>

### User and Computer Account's health:

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/1.png)

<BR/>

### Group Policy Validations:

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/2.png)

<BR/>

### Domain Controller's Health:

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/3.png)

<BR/>

### Domain Controller's NTP and DNS Configuration:

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/4.png)

<BR/>

### Domain Controller's Security Policy Status (against Microsoft's Best Practices):

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/5.png)

<BR/>

### Domain Controller's Hardware Inventory:

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/6.png)

<BR/>

### Domain Controller's Software Inventory:

<BR/>

![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/7.png)

0 comments on commit 4af906f

Please sign in to comment.