IT tutorials
 
Applications Server
 

Microsoft Exchange Server 2013 : Creating special-purpose mailboxes (part 3) - Creating equipment mailboxes

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

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:

  1. In Exchange Admin Center, select Recipients in the feature pane and then select Resources.

  2. 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.

    A screen shot of the New Equipment Mailbox dialog box, showing the options for creating an equipment mailbox.
    Figure 6. Creating a special mailbox for equipment.
  3. Type a descriptive display name in the Equipment Name text box.

  4. In the Email Address text box, type the Exchange alias. The Exchange alias is used to set the default email address.

  5. 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 .

  6. 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.

  7. 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.

  8. 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.

  9. 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.

Creating equipment mailboxes
Syntax
New-Mailbox -Name 'DisplayName' -Alias 'ExchangeAlias'
-OrganizationalUnit 'OrganizationalUnit'
-UserPrincipalName 'LogonName' -SamAccountName 'prewin2000logon'
-FirstName '' -Initials '' -LastName ''
-Database 'Server\MailboxDatabase'
-Equipment
Usage
New-Mailbox -Name 'Media Cart 3' -Alias 'cart3'
-OrganizationalUnit 'pocket-consultant.com/Marketing'
-UserPrincipalName '[email protected]' -SamAccountName 'cart3'
-FirstName '' -Initials '' -LastName ''
-Database 'Marketing Primary'
-Equipment
 
Others
 
- Microsoft Exchange Server 2013 : Creating special-purpose mailboxes (part 2) - Creating room mailboxes
- Microsoft Exchange Server 2013 : Creating special-purpose mailboxes (part 1) - Using room and equipment mailboxes
- Sharepoint 2013 : Follow a SharePoint Site
- Sharepoint 2013 : Navigate Through a SharePoint Site (part 3) - Use the Breadcrumbs, Use the Navigate Up Breadcrumbs
- Sharepoint 2013 : Navigate Through a SharePoint Site (part 2) - Use the Left Navigation Bar, Use the Top Navigation Bar
- Sharepoint 2013 : Navigate Through a SharePoint Site (part 1)
- Sharepoint 2013 : Change Language and Regional Settings
- Sharepoint 2013 : Sign Out of a Site, Use the Ribbon
- Sharepoint 2013 : Get to a SharePoint Site
- Microsoft Lync Server 2013 : Director Overview (part 3) - Optional Role
 
 
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
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us