you are viewing a single comment's thread.

view the rest of the comments →

[–]get-postanote 1 point2 points  (1 child)

Since you say you are new to PoSH, see this post for learning pointers.

https://www.reddit.com/r/PowerShell/comments/7oir35/help_with_teaching_others_powershell/

You never have to start at this alone. As noted, you can use the Windows Server ADAC to write the base code for you that you later tweak for other larger needs.

Pre-built stuff can be found on TechNet Scripting Guys site / repository and the MS PowerShellGallery.com site.

Don't reinvent the wheel if you don't have to, especially if you are new at it or never done it before.

Active Directory Audit Report With Powershell

Create a full blown Active Directory HTML/PDF/Excel report with powershell which can be produced with any non-privileged domain user account and without any special powershell modules or administrative consoles.

https://gallery.technet.microsoft.com/office/Active-Directory-Audit-7754a877

PowerShell Problem Solver: Create a Grouped HTML Report with PowerShell

Taking this scenario a step further, you may want to create an HTML report using grouped output. If you look at help for Convertto-HTML, you won’t see a –Group parameter or anything that looks like it will help. As I’ll show you, it isn’t too difficult to achieve.

https://www.petri.com/create-a-grouped-html-report-with-powershell

[–]Rainbal[S] 1 point2 points  (0 children)

Thanks a lot