방 자원에 위임을 설정할 때는 Exchange 관리자 센터를 사용하거나 PowerShell 명령을 실행해 배치 업데이트를 수행할 수 있습니다.
[Windows PowerShell을 통해]
$delegate = ""admin@yourdomain.com""
Get-Mailbox -RecipientTypeDetailsRoomMailbox -ResultSize Unlimited | ForEach-Object {
추가-메일박스권한 -신원 $_. PrimarySmtpAddress -사용자 $delegate -AccessRights FullAccess -InheritanceType All -AutoMapping:$false
}