I was wondering if it was possible to have managers set out of office in outlook, for those they manage. Almost every day I have to login into EMC and give myself full permission to someones mailbox and remove it when done. It's a really big pain, and I'm hoping that there is an easier way to do this, and a way that can have there managers do it.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Why grant yourself full mailbox access, when you have the ability to utilize Powershell and Exchange specific Cmdlet's (assuming you are running an Exchange 2010 organization)? The Set-MailboxAutoReplyConfiguration is the way forward, I would say:
To answer your question regarding the possibility to delegate the steps towards a specific group: if you utilize RBAC and assign the necessary people the necessary rights, you can delegate any Exchange related step with great ease. But inline with the response already given, I would also invest in education of the (end)users. |
||||
|
|