Skip to content

Commit 4af906f

Browse files
6.0
1 parent 3ae315e commit 4af906f

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Active Directory xRay Script
22

3-
I started this as a personal project to help me during my day to day work on different Active Directory environments.
4-
53
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).
64

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

4644
<BR/>
4745

48-
#### Screenshots:
46+
## Screenshots:
4947

5048
<BR/>
5149

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

5452
<BR/>
5553

54+
### User and Computer Account's health:
55+
56+
<BR/>
57+
5658
![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/1.png)
5759

60+
<BR/>
61+
62+
### Group Policy Validations:
5863

64+
<BR/>
5965

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

6268
<BR/>
6369

70+
### Domain Controller's Health:
71+
72+
<BR/>
73+
6474
![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/3.png)
6575

6676
<BR/>
6777

78+
### Domain Controller's NTP and DNS Configuration:
79+
80+
<BR/>
81+
6882
![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/4.png)
6983

7084
<BR/>
7185

86+
### Domain Controller's Security Policy Status (against Microsoft's Best Practices):
87+
88+
<BR/>
89+
7290
![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/5.png)
7391

7492
<BR/>
7593

94+
### Domain Controller's Hardware Inventory:
95+
96+
<BR/>
97+
7698
![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/6.png)
99+
100+
<BR/>
101+
102+
### Domain Controller's Software Inventory:
103+
104+
<BR/>
105+
106+
![alt text](https://github.com/ClaudioMerola/ADxRay/raw/master/Docs/7.png)

0 commit comments

Comments
 (0)