I need to list all Forest Users with Write Permissions to each users userPassword attribute and output the results into a format that looks like this:
User 1 (can change the password for)
User 2 (can change the password for)
I imagine the Reporting PowerPack (PowerGUI) is what I'll need, but the raw PowerShell Code is where I need some help. What I'm dreaming up seems REALLY inefficient. Help me with a little insight into not looping within a loop within another loop to pull this off.
Thanks in advance for pointing me in the right direction.