PSHTML-AD-Report icon indicating copy to clipboard operation
PSHTML-AD-Report copied to clipboard

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

Results 30 PSHTML-AD-Report issues
Sort by recently updated
recently updated
newest added

I was wondering if it would be possible to include the settings for the GPO's in the group policy tab using "Get-GPOReport -All".

enhancement

This report is mostly functional without elevated privileges with a few exceptions. The SecurityLogs section requires elevated privileges. This is started on [line 443](https://github.com/bwya77/PSHTML-AD-Report/blob/master/PSHTML-AD.ps1#L443). At the very least, it would...

enhancement

For example, There is another bit, in the section where you loop through all the user accounts and do an "get-aduser [name] -properties *" on a per account basis. But......

enhancement

function cross_check_domain($member_list) { # Snapshot the user count to make things a bit quicker with larger loop lengths $count = $member_list.member.count $current = 0 # Enumerate users in the group...

enhancement

I was looking at something like this recently called pingcastle, which does a few similar things. I would run ping castle in your lab and see what you could nab...

enhancement

If the file name of the report generated has the date in it, it should be created in the same date style as the user's locale, or set to an...

Remove tabs, align on = in consecutive lines, add a space after #

Output HTML text garbled The system OS is Chinese simplified or traditional I don’t know if you can give me some tips on how to correctly output Chinese characters.