Hi @Ian Slowey
It’s not possible because the managedby attributes is a single value as mentioned in the link below:
Please don’t forget to mark helpful answer as accepted*
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can you assigned ore than only user to the ManagedBy field in Active Directory. I would like to start using this field to generate access reviews to Owners and some groups have multiple owners.
Hi @Ian Slowey
It’s not possible because the managedby attributes is a single value as mentioned in the link below:
Please don’t forget to mark helpful answer as accepted*
Hello
Thank you for your question and reaching out. I can understand you are having query\issues related to
If you wish to Add multiple managers in Distribution group then you can do using below powershell However for User it may be not possible as it is by Design of AD.
Set-DistributionGroup -Identity "DL-with-multiple-managers" -managedby "Manager 1,"Manager 2","Manager 3" -BypassSecurityGroupManagerCheck
--If the reply is helpful, please Upvote and Accept as answer--