All,
I am migrating hundreds of mailboxes from current_Exch07 to new_Exch07 within the same Org and my problem is with the "Manage Full Access Permission" once they are migrated.
When I view the permission on the current_Exch07 server there are additional accounts that did not migrate accross to the new_Exch07 server.
To get over this problem I ran the following command replacing A/C_name
get-mailboxserver "<mail_server_name>" | add-adpermission -user "A/C_name" -accessrights ExtendedRight -extendedRights Send-As, Receive-As, ms-Exch-Store-Admin
This works fine but if I go and create a new account it does not inherite the A/C_name and this is causing me a problem.
Can anyone suggest a command I can try ?
Thanks
I am migrating hundreds of mailboxes from current_Exch07 to new_Exch07 within the same Org and my problem is with the "Manage Full Access Permission" once they are migrated.
When I view the permission on the current_Exch07 server there are additional accounts that did not migrate accross to the new_Exch07 server.
To get over this problem I ran the following command replacing A/C_name
get-mailboxserver "<mail_server_name>" | add-adpermission -user "A/C_name" -accessrights ExtendedRight -extendedRights Send-As, Receive-As, ms-Exch-Store-Admin
This works fine but if I go and create a new account it does not inherite the A/C_name and this is causing me a problem.
Can anyone suggest a command I can try ?
Thanks