Home Uncategorized Exchange Online Office 2016 Resource Room Calendar Powershell commands

Exchange Online Office 2016 Resource Room Calendar Powershell commands

3709
0

This is a reference article for tweaking Exchange Online Resources (Meeting Rooms, Equipment, etc).

  • How to show Organizer Name and Subject meeting details on a Resource Calendar (Meeting Room).
    • Fire up a Remote Powershell session
    • First adjust the calendar default permissions:
      Set-MailboxFolderPermission -AccessRights LimitedDetails -Identity “<Room Name>:\calendar” -User default
    • Next set the variables you want to flow into the appointment:
      Set-CalendarProcessing -Identity “Room Name” -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false
    • NOTE: This only applies to new appointments. The old appointments had their details stripped on acceptance of the appointment. You may be able to force an update of those details if you send an update of the appointment to the Meeting room.
    • NOTE 2:
      Get-CalendarProcessing options
      Set-CalendarProcessing optionsInfo for this how to came from: emtunc.org

*Remote Powershell*

Updated 9/30/2022: see Microsoft 365 PowerShell connect to Exchange tenant | IT by Mitch (mitchellenright.com)

Previous articleSetup new Office 365 mailbox user Active Directory DirSync without Exchange Server On-Prem
Next articleFileZilla cannot View Edit Excel documents remote document

LEAVE A REPLY

Please enter your comment!
Please enter your name here