Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Microsoft Exchange Server 2013 : Mailbox management - Setting mailbox permissions (part 3) - Mailbox auto-mapping through Autodiscover

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
9/5/2014 4:29:29 AM

Mailbox auto-mapping through Autodiscover

Granting Full Access to a mailbox is one thing; a user being able to open the mailbox to access it is quite another. The traditional approach has been to modify the user’s Outlook profile so that the mailbox is opened along with the other resources available to the user. To do this, edit the profile, select More Settings, and then choose the Advanced tab (Figure 4). Enter the name of the mailbox that should be opened.

A screen shot of an Outlook profile (Advanced settings) configured to open an additional mailbox when Outlook starts.

Figure 4. Telling Outlook to open another user’s mailbox

This approach works at the expense of requiring an intervention by the user or an administrator to make sure that the profile is correctly configured. Fortunately, some Autodiscover magic happens to detect when users have Full Access to other mailboxes. Whenever a user is granted Full Access to a mailbox, Exchange updates the msExchDelegateLinkList property for the mailbox’s Active Directory account. This property holds the distinguished names of all the accounts that have Full Access to the mailbox.

When Autodiscover runs, it checks Active Directory to find whether the account for which it is running has access to any other mailbox. If the account is listed in msExchDelegateLinkList for any other account, Autodiscover includes these mailboxes as alternates in the XML manifest it provides to Outlook; Outlook then inserts the mailbox in the resources it shows to the user. This feature is called mailbox auto-mapping, and it only works when Full Access is assigned to individual users rather than to groups. The same mechanism is used to provide Outlook with information about site mailboxes the user is entitled to open.The information Autodiscover provides to Outlook looks like this:

<AlternativeMailbox>
<Type>Delegate</Type>
<DisplayName>Contoso PR queries</DisplayName>
<SmtpAddress>[email protected]</SmtpAddress>
</AlternativeMailbox>

Sometimes, you might not want a mailbox to show up automatically in Outlook, so auto-mapping can be disabled if necessary by including a parameter when you run the Add-MailboxPermission command to assign Full Access to a mailbox. For example:

Add-MailboxPermission "Sales Enquiries" –User TRedmond -AccessRights FullAccess -AutoMapping:$False

This command assigns Full Access to the mailbox to the nominated user but does not populate the msExchDelegateLinkList property for the account. Full Access remains undetected by Autodiscover, and Outlook is not instructed to open the mailbox. If necessary, the traditional approach can be used to open the mailbox.

Opening another user’s mailbox with Outlook Web App

Outlook Web App doesn’t use profiles, nor does it use Autodiscover, so it cannot use this method to find out about newly acquired access to a mailbox. However, it’s often convenient to use Outlook Web App to open another user’s mailbox, like when an investigator needs to open a discovery search mailbox to examine items copied by an eDiscovery search.

To open another user’s mailbox, click the down arrow shown beside the name of your mailbox on the far right of the Outlook Web App screen and then type the name of the mailbox that you want to open into the Open Other Mailbox dialog box. Click OK, and if your account has the appropriate permissions, Outlook Web App will open the mailbox.

Other -----------------
- Microsoft Exchange Server 2013 : Mailbox management - Health mailboxes
- Microsoft Exchange Server 2013 : Mailbox management - Discovery mailboxes - Creating additional discovery mailboxes
- Windows Server 2012 : Administering Active Directory using Windows PowerShell (part 3) - Performing an advanced Active Directory administration task
- Windows Server 2012 : Administering Active Directory using Windows PowerShell (part 2) - Finding Active Directory administration cmdlets
- Windows Server 2012 : Administering Active Directory using Windows PowerShell (part 1) - Managing user accounts with Windows PowerShell
- Windows Server 2012 : Enabling advanced features using ADAC (part 3) - Creating fine-grained password policies
- Windows Server 2012 : Enabling advanced features using ADAC (part 2) - Configuring fine-grained password policies
- Windows Server 2012 : Enabling advanced features using ADAC (part 1) - Enabling and using the Active Directory Recycle Bin
- SQL Server 2012 : Latch Contention Examples - UP Latches in tempdb, Spinlock Contention in Name Resolution
- SQL Server 2012 : Latch Contention Examples - Queuing
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server