Active Directory: how do you pull a list of accounts that belong to a user?
Posted
by
Jack
on Server Fault
See other posts from Server Fault
or by Jack
Published on 2011-11-22T07:44:22Z
Indexed on
2011/11/22
10:01 UTC
Read the original article
Hit count: 340
active-directory
I'm a software developer currently stuck to support CyberArk at a large company. I need to pull up a list of accounts that is belong to a certain user. For example, let's said I have a user account named Bob and I want to find all the accounts that belong to Bob in AD meaning on the Organization tab of a user properties, the Manager should be Bob.
I've absolutely zero knowledge regarding AD except the very basic. Is there a way to do it? I only have access to "Active Directory Users and Computers" tool and I'm not even sure if I have enough privilege to run script or install powershell to do it but would like to know the script or powershell command to do so if there is one.
© Server Fault or respective owner