nani1211 / PSHTML-AD-Report

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

Home Page:https://thelazyadministrator.com/2018/12/04/get-an-active-directory-interactive-html-report-with-powershell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSHTML-AD-Report

While I walk you through the report, you can view it for yourself here

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

Overview

While I walk you through the report, you can view it for yourself here

Blog Link


Report Features

Pie Graphs

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

Pie Graphs

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

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


Dashboard

Dashboard

Groups

Groups

OU's

OUs

Users

Users

Group Policy

GPO

Computers

Computers

About

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

https://thelazyadministrator.com/2018/12/04/get-an-active-directory-interactive-html-report-with-powershell/

License:MIT License


Languages

Language:PowerShell 100.0%