3. Creating equipment mailboxes
In
Exchange Admin Center, equipment mailboxes are displayed under
Recipients > Resources. In Exchange Management Shell, you can find
all equipment mailboxes in the organization by entering:
Get-Mailbox -ResultSize unlimited -Filter {(RecipientTypeDetails
-eq 'EquipmentMailbox')}
You can create equipment mailboxes by completing the following steps:
-
In Exchange Admin Center, select Recipients in the feature pane and then select Resources.
-
Tap or click New, and then select Equipment Mailbox. This opens the New Equipment Mailbox dialog box. Figure 6 shows on-premises Exchange options on the left and Exchange Online options on the right.
-
Type a descriptive display name in the Equipment Name text box.
-
In the Email Address text box, type the Exchange alias. The Exchange alias is used to set the default email address.
-
Use the drop-down list to select the domain with which the equipment
is to be associated. The Exchange alias and the domain name are
combined to set the fully qualified name, such as [email protected].
-
For on-premises Exchange, the Organizational Unit text box shows
where in Active Directory the related user account will be created. By
default, this is the Users container in the current domain. Because
you’ll usually need to create equipment and equipment accounts in a
specific organizational unit rather than in the Users container, tap or
click Browse to the right of the Organizational Unit text box. Use the
Select Organizational Unit dialog box to choose the location in which
to store the account, and then tap or click OK.
Note
By default, booking requests are accepted or declined automatically
based on availability. The first person to reserve the equipment gets
the reservation.
-
If your organization has resource coordinators, choose the Select
Delegates option. Next, use the options under Delegates to specify the
coordinator. Tap or click Add, use the Select Delegates dialog box to
select a coordinator for the equipment, and then select OK. Repeat this
procedure to specify additional coordinators.
Tip
You can select multiple coordinators in the Select Delegates dialog
box. One way to do this is to click the first coordinator, hold Ctrl,
and then click each additional coordinator.
-
With on-premises Exchange, tap or click More Options to configure these additional options:
-
Alias
. Sets the Exchange alias and overrides the default
value you set previously using the Email Address text box. This allows
a resource to have an alias that is different from the name portion of
its email address.
-
Mailbox Database
. If you want to specify a mailbox database rather than
use an automatically selected one, tap or click Browse to the right of
the Mailbox Database text box. In the Select Mailbox Database dialog
box, choose the mailbox database in which the mailbox should be stored.
Mailbox databases are listed by name as well as by associated server
and Exchange version running on the server.
-
Address Book Policy
. If you’ve implemented address book policies to
provide customized address book views, select the address book policy
to associate with the equipment mailbox.
-
Tap or click Save to create the equipment mailbox. If an error
occurs during account or mailbox creation, neither the account nor the
related mailbox will be created. You need to correct the problem before
you can complete this procedure.
In Exchange Management Shell, you can create a user account with a mailbox for equipment by using the New-Mailbox cmdlet. Although with earlier releases of
Exchange you needed to set a password for the related user account,
this is no longer required. When you create mailboxes for Exchange
Online, you cannot specify a database.