3.3.3. 重複予定の禁止設定
SmartRoomsは重複する予定に対応していません。
本作業では、会議室に対して重複する予定を登録した際、自動的に辞退するように設定します。
この設定はSmartRoomsを使うすべての会議室に対して行ってください。
=手順=
会議室(会議室アカウント)に重複する予定が登録できないように設定します。
PowerShellで以下のコマンドをそれぞれ実行します 。
Set-CalendarProcessing -Identity 会議室アカウント -AutomateProcessing AutoAccept
Set-CalendarProcessing -Identity 会議室アカウント -AllowConflicts $False
=例=
会議室「meetingroom01@example.com」に重複する予定が登録できないように設定します。
PowerShellで以下のコマンドをそれぞれ実行します 。
Set-CalendarProcessing -Identity meetingroom01@example.com -AutomateProcessing AutoAccept
Set-CalendarProcessing -Identity meetingroom01@example.com -AllowConflicts $False