Close. Notice the change in quotes. Set-DistributionGroup <NameOfGroup> -ManagedBy "[email protected]" , "[email protected]", " [email protected]" -BypassSecurityGroupManagerCheck.
To just add a new manager, you can do something like: $dg = Get-DistributionGroup <NameOfGroup> $dg.ManagedBy += "[email protected]" $dg | Set-DistributionGroup From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, July 3, 2013 3:01 PM To: [email protected] Subject: [Exchange] RE: access denied when adding or modifying recently converted USG's Correct but if I run the command as is, it deleted the current managers. Is the only way around this to run this command and specify multiple managers separated by comma's like the one below? Set-DistributionGroup <NameOfGroup> -ManagedBy "[email protected], [email protected], [email protected]<mailto:[email protected],%[email protected],%[email protected]>" -BypassSecurityGroupManagerCheck. Thanks, Jason From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Michael B. Smith Sent: Wednesday, July 03, 2013 9:46 AM To: [email protected]<mailto:[email protected]> Subject: [Exchange] RE: access denied when adding or modifying recently converted USG's With exchange 2010 you can have multiple managers. Don't replace them, add them. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of [email protected]<mailto:[email protected]> Sent: Wednesday, July 3, 2013 10:29 AM To: [email protected]<mailto:[email protected]> Subject: [Exchange] RE: access denied when adding or modifying recently converted USG's Are you referring to running this command? Set-DistributionGroup <NameOfGroup> -ManagedBy "[email protected]<mailto:[email protected]>" -BypassSecurityGroupManagerCheck. If we do run this one, it replaces the current owners of the group which we do not want Thanks, Jason From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Michael B. Smith Sent: Wednesday, June 26, 2013 12:34 PM To: [email protected]<mailto:[email protected]> Subject: [Exchange] RE: access denied when adding or modifying recently converted USG's SG's are now considered to be owned by AD, not by Exchange. Give them Group Manager permissions. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of [email protected]<mailto:[email protected]> Sent: Wednesday, June 26, 2013 1:21 PM To: [email protected]<mailto:[email protected]> Subject: [Exchange] access denied when adding or modifying recently converted USG's Hi, we are currently migrating from exchange 2003 to 2010 and our security staff is having an issue now with modifying USG's. In 2003, they could modify the groups but now in 2010 they get an access denied. Our security staff are members of the "recipient management" MS Exchange Security Group. Thanks, Jason Loster Senior IT Analyst - Systems and Performance Management Information Technology Services Manitoba Public Insurance 708-234 Donald St. Winnipeg, MB, R3C 4A4 [email protected]<mailto:[email protected]>
