3.3.7. 会議室予約権限の付与設定

会議出席依頼メールで予約ができるユーザー/グループを制限している会議室の場合は、SmartRooms用アカウントにも予約権限を付与します。
会議室を予約可能なユーザー/グループの制限方法をあらかじめ確認の上、「Set-MailboxCalendarProcessing コマンドによる制限設定」、または「Set-Mailboxコマンドによる制限設定」を行ってください。
この設定はSmartRoomsを使うすべての会議室について行ってください。

3.3.7.1. Set-MailboxCalendarProcessing コマンドによる制限設定

制限設定にSet-MailboxCalendarProcessing コマンドを用いる場合は、以下のように設定を行ってください。

=手順=

  1. 会議室(会議室アカウント)にSmartRooms用アカウントを割り当てます。

    Exchange Management Shellで以下のコマンドを実行します。

    Set-CalendarProcessing -Identity 会議室アカウント -AllBookInPolicy $false
    

    続けて以下のコマンドを実行します。

    Set-CalendarProcessing -Identity 会議室アカウント -BookInPolicy ユーザーA,ユーザーB, …… ,SmartRooms用アカウント
    

=例=

  1. 会議室アカウント「meetingroom01」にSmartRooms用アカウント「smartrooms」を割り当てます。

    Exchange Management Shellで以下のコマンドを実行します。

    Set-CalendarProcessing -Identity meetingroom01 -AllBookInPolicy $false
    

    続けて以下のコマンドを実行します。

    Set-CalendarProcessing -Identity meetingroom01 -BookInPolicy user_a,user_b,smartrooms
    

3.3.7.2. Set-Mailboxコマンドによる制限設定

制限設定にSet-Mailboxコマンドを用いる場合は、以下のように設定を行ってください。

=手順=

  1. 会議室(会議室アカウント)にSmartRooms用アカウントを割り当てます。

    Exchange Management Shellで以下のコマンドを実行します。

    Set-Mailbox -Identity 会議室アカウント -AcceptMessagesOnlyFromSendersOrMembers ユーザーA,ユーザーB, …… ,SmartRooms用アカウント
    

=例=

  1. 会議室アカウント「meetingroom01」にSmartRooms用アカウント「smartrooms」を割り当てます。

    Exchange Management Shellで以下のコマンドを実行します。

    Set-Mailbox -Identity meetingrooms01 -AcceptMessagesOnlyFromSendersOrMembers user_a,user_b,smartrooms