-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
29 lines (29 loc) · 2.07 KB
/
menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<HTML>
<HEAD>
<TITLE>
Active Directory Reports - Designed by Brad Voris
</TITLE>
<LINK rel="stylesheet" type="text/css" href="./css/button.css">
</HEAD>
<BODY>
<TABLE>
<TR><TD>
<CENTER>
<B><FONT=8>Active Directory User Account Reports</FONT></B></BR>
<A HREF="./gen/pamreport.html" target="rightalerts" class="myButton">Privileged Access Groups Report</A></BR>
<A HREF="./gen/alreport.html" target="rightalerts" class="myButton"> Account Lockout Report </A></BR>
<A HREF="./gen/pcreport.html" target="rightalerts" class="myButton"> Password Compliance Report </A></BR>
<A HREF="./gen/llreport.html" target="rightalerts" class="myButton"> Last Logon in 180 Days Report </A></BR>
<A HREF="./gen/pereport.html" target="rightalerts" class="myButton"> Password Expiration in 10 Days Report </A></BR>
<A HREF="./gen/gmreport.html" target="rightalerts" class="myButton"> Group Membership Changes </A></BR>
<A HREF="./gen/aureport.html" target="rightalerts" class="myButton"> Active Users Report </A></BR>
<B><FONT=8>Active Directory Health Reports</FONT></B></BR>
<A HREF="./gen/adrephealthreport.html" target="rightalerts" class="myButton"> AD Replication Health Report </A></BR>
<A HREF="./gen/dnshealthreport.html" target="rightalerts" class="myButton"> DNS Health Report </A></BR>
<B><FONT=8>Group Policy Reports</FONT></B></BR>
<A HREF="./gen/gporeport.html" target="rightalerts" class="myButton"> All Group Policies </A></BR>
</TD></TR>
</CENTER>
</TABLE>
</BODY>
</HTML>