Hi, we are running some webdav code against 10 specific exchange 2003 mailboxes and now that we are migrating to exchange 2010, we need to start using EWS instead.
in testing with 2 of these 12 mailboxes, the developer who had access in 2003 now gets this error:
“The account does not have permission to impersonate the requested user.”
i found this cmd below but it looks like it will set impersonate for just one account, correct?
new-ManagementRoleAssignment -Name:_suImpersonateRoleAsg -Role:ApplicationImpersonation -User:'email'
how do i set her id to impersonate for 2 mailboxes?
in testing with 2 of these 12 mailboxes, the developer who had access in 2003 now gets this error:
“The account does not have permission to impersonate the requested user.”
i found this cmd below but it looks like it will set impersonate for just one account, correct?
new-ManagementRoleAssignment -Name:_suImpersonateRoleAsg -Role:ApplicationImpersonation -User:'email'
how do i set her id to impersonate for 2 mailboxes?