Hi,
I would like to create an html report from this PS function.
https://gallery.technet.microsoft.com/scriptcenter/Get-ADDirectReport-962616c6
Iow: get-addirectreports -identity managersamaccountname shows all members in team of this manager.
I then would like to have a html which shows
MANAGER
member1 member2 member3
each of those members should then be clickable so if you click you can see the members below it
f.e you click member1, you get all members in team of manager member1
Hope this is clear, thanks for your input.
J.