Just ran it...worked smoothly. I figured there would be a corresponding TechNet library, but I think in my Googling, my vocabulary was a bit off. Many, many thanks for the find and rescue! Adding this to my notes.
From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Thomas Capacci Sent: Tuesday, August 05, 2014 10:56 AM To: [email protected]<mailto:[email protected]> Subject: [Exchange] RE: Question About Removing Automatically Discovered Mailboxes Have you tried the command line? This example removes user Test2's full access rights to Test1's mailbox. Remove-MailboxPermission -Identity Test1 -User Test2 -AccessRights FullAccess -InheritanceType All http://technet.microsoft.com/en-us/library/bb125153.aspx From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Kuehn, Shannon Sent: Tuesday, August 5, 2014 5:35 PM To: [email protected]<mailto:[email protected]> Subject: [Exchange] Question About Removing Automatically Discovered Mailboxes Hi everyone, Here's the background: - We have Exchange 2013, CU2 installed on premises. Fairly current on security updates as well. Haven't pushed out SP1 or the hotfix yet. Trying to find a time to target in case there are issues. - I am running into a scenario where full access mailbox permissions wound up getting assigned to an internal general counsel via the GUI for monitoring an end user's email account. - That end user is no longer employed, so I wound up removing the user from our general counsel's account via the GUI. - I closed out of Outlook and re-opened, however the end user's account is still showing up. - I poked around online and uncovered instructions on how to remove automatically discovered mailboxes with ADSI Edit. I performed all functions and the dang mailbox is still there. - Any extra thoughts? Thanks. ________________________________________ E-MAIL CONFIDENTIALITY NOTICE: The contents of this e-mail message and any attachments are intended solely for the addressee(s) and may contain confidential and/or legally privileged information. If you are not the intended recipient of this message or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message and any attachments. If you are not the intended recipient, you are notified that any use, dissemination, distribution, copying, or storage of this message or any attachment is strictly prohibited. GEM Realty Capital, Inc. and its affiliates and subsidiaries are not responsible for any recommendation, solicitation, offer or agreement or any information about any transaction, customer account or account activity contained in this communication.
