Set a Room Mailbox to Show Details of a Meeting in its Calendar – Office 365

You may notice that meetings with a ‘Room’ mailbox will by default only show a “Busy” status. Many, including the organisation I work for, wish to have (at the very minimum) the following displayed in the Room’s calendar:

Organiser of the meeting, and The subject of the meeting Below I will demonstrate how to set the permissions so that all meetings (except those explicitly marked as ‘Private’) publicise the above details to all who view its calendar.

First make sure you have the remote signed execution policy set to true. You can do this by running PowerShell in admin mode and running: Set-ExecutionPolicy RemoteSigned Next, run the following to authenticate your self and import PowerShell commands to your local session:

LiveCred=GetCredentialSession = New-PSSession -ConfigurationName Microsoft.Exchange-ConnectionUri https://ps.outlook.com/powershell/ -Credential LiveCredAuthenticationBasicAllowRedirectionImportPSSessionSession

 

Set the Room calendar to show ‘limited details’ by default

使用 Set-MailboxFolderPermission 命令显示会议室的详细信息. 

Set-MailboxFolderPermission -AccessRights LimitedDetails -Identity Room:\calendar -User default

 

使用 Set-CalendarProcessing 命令显示会议组织者

Set-CalendarProcessing -Identity testroom -AddOrganizerToSubject trueDeleteCommentsfalse -DeleteSubject $false

posted @   启明星工作室  阅读(416)  评论(0编辑  收藏  举报
编辑推荐:
· DeepSeek 解答了困扰我五年的技术问题
· 为什么说在企业级应用开发中,后端往往是效率杀手?
· 用 C# 插值字符串处理器写一个 sscanf
· Java 中堆内存和栈内存上的数据分布和特点
· 开发中对象命名的一点思考
阅读排行:
· DeepSeek 解答了困扰我五年的技术问题。时代确实变了!
· PPT革命!DeepSeek+Kimi=N小时工作5分钟完成?
· What?废柴, 还在本地部署DeepSeek吗?Are you kidding?
· 赶AI大潮:在VSCode中使用DeepSeek及近百种模型的极简方法
· DeepSeek企业级部署实战指南:从服务器选型到Dify私有化落地
历史上的今天:
2006-03-04 《ASP.NET企业级开发案例精解》源代码下载
点击右上角即可分享
微信分享提示