如果要使用M365會議室資源的話,僅需要從exchange online新增資源即可
但使用者預約會議室後,其他人透過outlook行事曆,只能看到會議室這個時段是忙碌的,想要去協調會議室卻不知道要找誰

解決方式
開啟 powershell
先輸入
Install-Module ExchangeOnlineManagement  (只需要安裝一次)
Connect-ExchangeOnline

Set-MailboxFolderPermission -Identity "room01@mybox.tw:\Calendar" -User default -AccessRights LimitedDetails
Set-CalendarProcessing -Identity "room01@mybox.tw" -AddOrganizerToSubject $True -DeleteComments $False -DeleteSubject $False

會議室行事曆要顯示到多詳細的資訊可參考以下網址斟酌
https://learn.microsoft.com/en-us/powershell/module/exchange/add-mailboxfolderpermission?view=exchange-ps

arrow
arrow
    文章標籤
    M365 outlook 會議室
    全站熱搜
    創作者介紹
    創作者 helloworld 的頭像
    helloworld

    Hello World

    helloworld 發表在 痞客邦 留言(0) 人氣()