Is there a class (possibly exposed through .NET) that allows you to kick off an active directory gui tree list? I have an app where I’m iterating the top level OU structure of a domain and presenting the distinguished name in a dropdown in my PowerShell gui but a more elegant solution (IMO) would be to click a button and allow the user to select the level of the OU to run the program against. Does anyone know what library/class/etc. I could use to accomplish this task in PowerShell? thanks in advance!
Share
So it isn’t perfect but I modified a treeview to dynamically enumerate the local domain structure displaying distinguishedNames. Now, this isn’t perfect, but it works for what I need it for:
http://thepip3r.blogspot.com/2011/06/powershell-guis-active-directory.html