Create an Exchange Account for a Teams Room Device
Quick and dirty path to setting up a new Teams Room device for a conference room.
References:
Create Room Resource in Exchange Admin portal
-
Configure Exchange Account1
-
Enable the mailbox as a Room Mailbox
-
Set the mailbox properties
Set-CalendarProcessing -Identity "<device name>" -AutomateProcessing AutoAccept -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false -ProcessExternalMeetingMessages $true -RemovePrivateProperty $false -AddAdditionalResponse $true -AdditionalResponse "This is a Microsoft Teams Meeting room!"
Options for Set-CalendarProcessing
-
Optional: Add new room to a Room List
Get Existing Room Lists
Get-DistributionGroup -RecipientTypeDetails RoomList
-
Set the room account password to never expire
-
Testing ↩