IT tutorials
 
Applications Server
 

Microsoft Exchange Server 2013 : Creating special-purpose mailboxes (part 2) - Creating room mailboxes

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

2. Creating room mailboxes

In Exchange Admin Center, room mailboxes are displayed under Recipients > Resources. In Exchange Management Shell, you can find all room mailboxes in the organization by entering:

Get-Mailbox -ResultSize unlimited -Filter {(RecipientTypeDetails
-eq 'RoomMailbox')}

You can create room 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 Room Mailbox. This opens the New Room Mailbox dialog box. Figure 2 shows on-premises Exchange options on the left and Exchange Online options on the right.

    A screen shot of the New Room dialog box, showing the options for creating a room mailbox.
    Figure 2. Creating a special mailbox for a conference room.
  3. Type a descriptive display name in the Room 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 room 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 user account will be created. By default, this is the Users container in the current domain. Because you’ll usually need to create room 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.

  7. Specify the room location, phone number, and capacity using the text boxes provided.

    Note

    By default, booking requests are accepted or declined automatically based on availability. The first person to reserve the room gets the reservation.

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

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

  10. Tap or click Save to create the room 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 rooms by using the New-Mailbox cmdlet.

Note

For rooms, you must use the -Room parameter. For equipment, you must use the -Equipment parameter. By default, when you use either parameter, the related value is set as $true. Additionally, 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 room mailboxes
Syntax
New-Mailbox -Name 'DisplayName' -Alias 'ExchangeAlias'
-OrganizationalUnit 'OrganizationalUnit'
-UserPrincipalName 'LogonName' -SamAccountName 'prewin2000logon'
-FirstName '' -Initials '' -LastName ''
-Database 'Server\MailboxDatabase'
-Room
Usage
New-Mailbox -Name 'Conference Room 27' -Alias 'room27'
-OrganizationalUnit 'pocket-consultant.com/Sales'
-UserPrincipalName '[email protected]' -SamAccountName 'room27'
-FirstName '' -Initials '' -LastName ''
-Database 'Sales Primary'
-Room
 
Others
 
- 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
- Microsoft Lync Server 2013 : Director Overview (part 2) - Centralized Sign-In , Optimized External Access Path, Simple URL Entry Point
 
 
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