Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bwya77/PSHTML-AD-Report

Create a high level interactive HTML report for you Active Directory environment using PowerShell
https://github.com/bwya77/PSHTML-AD-Report

Last synced: about 2 months ago
JSON representation

Create a high level interactive HTML report for you Active Directory environment using PowerShell

Awesome Lists containing this project

README

        

# PSHTML-AD-Report

While I walk you through the report, you can view it for yourself [here](https://thelazyadministrator.com/wp-content/uploads/2018/12/4-12-2018-ADReport.html)

Interactive HTML report generated with PowerShell to give you an overview of your Active Directory enviornment.

Requires ReportHTML module but will attempt to install on first run. Requires ActiveDirectory module to be present.

[If you also want a VMWare report check out this fork](https://github.com/vhoudoverdov/PSHTML-AD-Report)

![Overview](https://thelazyadministrator.com/wp-content/uploads/2018/12/groups.png)

While I walk you through the report, you can view it for yourself [here](https://thelazyadministrator.com/wp-content/uploads/2018/12/4-12-2018-ADReport.html)

[Blog Link](https://thelazyadministrator.com/2018/12/04/get-an-active-directory-interactive-html-report-with-powershell/)

____
# Report Features

## Pie Graphs
The Pie Charts will show you the value, and the count of what you are hovering over.

![Pie Graphs](https://thelazyadministrator.com/wp-content/uploads/2018/12/20181204_80611.gif)

## Searching
In the top right corner of my table I can search my table for items. Below I just want to see all results with “Brad”
![Search](https://thelazyadministrator.com/wp-content/uploads/2018/12/search-1.gif)

## Header Ordering
By clicking on a different header I can change the sorting of the data. Here I change the data to order it by “Enabled” status, then “Protected from Deletion” and finally “Name”.
![Header Ordering](https://thelazyadministrator.com/wp-content/uploads/2018/12/headings.gif)

____

# Dashboard

![Dashboard](https://thelazyadministrator.com/wp-content/uploads/2018/12/home.png)

# Groups

![Groups](https://thelazyadministrator.com/wp-content/uploads/2018/12/groups-1.png)

# OU's

![OUs](https://thelazyadministrator.com/wp-content/uploads/2018/12/OUS.png)

# Users

![Users](https://thelazyadministrator.com/wp-content/uploads/2018/12/users.png)

# Group Policy

![GPO](https://thelazyadministrator.com/wp-content/uploads/2018/12/gpos.png)

# Computers

![Computers](https://thelazyadministrator.com/wp-content/uploads/2018/12/computers.png)