Setting up and configuring an Office 365 room resource
Before installing TeamWorks Room, you’ll need to set up and configure an Office 365 room resource.

Note
Setting up a room resource doesn’t require a Microsoft 365 license.
To set up an Office 365 room resource
Go to admin.microsoft.com and sign in with an administrator account.
Under the Resources menu, click Rooms & equipment in the left sidebar.
Click Add resource.
Enter the room's name and email address. You can also enter the room’s capacity, location, and phone number.
Click Save, but don’t close the dialog box yet.
Click Edit booking options.
Select Auto accept meeting requests.
Close the dialog box.
In the left sidebar, click Users > Active users.
Find the newly created room resource, then click
to reset the password.
Enter a room password.
Clear the Require this user to change their password when they first sign in check box.
Click Reset password.
Optionally, you can have the sign in information emailed to you. Select the Email the sign-in info to me check box and enter an email address.
Click Send email and close.

If you're setting up multiple rooms in your organization, SMART recommends that you create a room account for each room. This allows people to view the room's calendar and to book the room. You'll also be able to start video calls using any of the supported video conferencing applications set up during TeamWorks Room configuration. If you don’t set up room accounts for each room, you can use the SMART TeamWorks Apps to connect your personal calendar.
To configure an Office 365 room resource
Run Windows PowerShell application as an administrator.
Sign in to the Exchange account that manages the room using one of the options below. Copy and paste the appropriate command into Window PowerShell, and then press Enter.
Load Cmdlets into Windows Powershell using one of the options below. Copy and paste the appropriate command into Window PowerShell, and then press Enter.
Exchange Online
Copy$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Exchange Server (on-premises)
Copy$Session = New-PSSession -ConfigurationName Microsoft.Exchange -Credential $UserCredential -ConnectionUri http://<ServerFQDN>/PowerShell/ -Authentication Basic – AllowRedirection
Set the mailbox's execution policy by copying and pasting this command into Window PowerShell and pressing Enter.
CopySet-ExecutionPolicy RemoteSigned
Set the mailbox type to room by copying and pasting this command into Window PowerShell and pressing Enter. Replace yourmeetingroom@yourcompany.org with your own mailbox address.
Copyset-Mailbox -Identity yourmeetingroom@yourcompany.org -Type room
Set “Add Organizer" to false by copying and pasting this command into Window PowerShell and pressingEnter. Replace yourmeetingroom@yourcompany.org with your own mailbox address.
CopySet-CalendarProcessing -Identity yourmeetingroom@yourcompany.org -AddOrganizerToSubject $False
Set the mailbox to prevent automatic deletion of the body of the email invitation. Copy and paste this command into Window PowerShell, and press Enter. Replace yourmeetingroom@yourcompany.org with your own mailbox address.
Copyset-CalendarProcessing -Identity yourmeetingroom@yourcompany.org -DeleteComments $false
Set the mailbox to prevent automatic deletion of the meeting subject in invitations. Copy and paste this command into Window PowerShell, and press Enter. Replace yourmeetingroom@yourcompany.org with your own mailbox address.
Copyset-CalendarProcessing -Identity yourmeetingroom@yourcompany.org -DeleteSubject $false
Set the mailbox to accept meeting invitations automatically. Copy and paste this command into Window PowerShell, and press Enter. Replace yourmeetingroom@yourcompany.org with your own mailbox address.
CopySet-CalendarProcessing -Identity yourmeetingroom@yourcompany.org -AutomateProcessing AutoAccept
Close WindowsPowerShell.
Keywords |
|
Related documents |