PSHTML-AD-Report
PSHTML-AD-Report copied to clipboard
Create a high level interactive HTML report for you Active Directory environment using PowerShell
Major update
I organized the script into functions. Makes it easier to debug and create a progress bar. Line 719 was failing for me. you can see the changes I made instead...
``` Cannot convert argument "value", with value: "10675199.02:48:05.4775807", for "AddDays" to type "System.Double": "Cannot convert the "10675199.02:48:05.4775807" value of type "System.TimeSpan" to type "System.Double"." At C:\PSScripts\PSHTML-AD.ps1:946 char:4 + $expireson =...
Cannot convert value "System.Management.Automation.PSCustomObject" to type "System.Management.Automation.SwitchParameter". Boolean parameters accept only Boolean values and numbers, such as $True, $False, 1 or 0. At C:\Users\xxxx\Downloads\PSHTML-AD-Report\PSHTML-AD-Report-master\PSHTML-AD.ps1:1180 char:10
New to this project and came across with a google search when tasked internally with creating some reports for security people. Awesome work and so helpful for people like me...
The Script is awesome, hoever i noticed that Last Log on Date not populating in the users Tab.
When looking for old computers and active directory has been restored at some point, all old computers that haven't logged in since the restore happened show the same Modified Date...
Hi, The report looks great. I ran into issues during the compiling report phase. Can you look into this issue?: Working on Dashboard Report... Done! Working on Groups Report... Done!...
Running the script and encountering this error Working on Users Report... Method invocation failed because [System.Management.Automation.PSCustomObject] does not contain a method named 'Add'. At C:\temp\adreport.ps1:630 char:1 + $userphaventloggedonrecentlytable.Add($obj) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
Hello and sorry for my English, I use win 2019 controler in French. When i launch the script i have this errors : --------------------------------------------------------------------- **Lot of errors like this with...