bwya77 / PSHTML-AD-Report

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/
MIT License
376 stars 132 forks source link

Feature Request: Run without Elevated Privilege #23

Open ecrist opened 5 years ago

ecrist commented 5 years ago

This report is mostly functional without elevated privileges with a few exceptions. The SecurityLogs section requires elevated privileges. This is started on line 443.

At the very least, it would be useful if this script could detect whether is has the necessary privileges before running given commands. It helps to eliminated errors on the screen.

screen shot 2018-12-06 at 8 50 25 am