Exchange 2007 impersonation
Is it possible to assign Exchange impersonation to a group instead of a user? Something like
Get-MailboxServer mailservername|
ForEach-Object {Add-ADPermission -Identity $_.DistinguishedName -identity groupname
-ExtendedRights ms-Exch-EPI-May-Impersonate, ms-Exch-EPI-Impersonation}
March 6th, 2012 5:49pm
You can do this with RBAC in 2010.
2007? I dont think its possible.
http://msdn.microsoft.com/en-us/library/bb204095(EXCHG.80).aspx
Free Windows Admin Tool Kit Click here and download it now
March 6th, 2012 5:56pm