User Tools

Site Tools


internet:mail:exchange:exchange_resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:exchange:exchange_resources [2018/06/16 13:16]
gcooper
internet:mail:exchange:exchange_resources [2019/01/08 09:14] (current)
gcooper
Line 27: Line 27:
 </file> </file>
  
-==== Mail-Enable an Equipment Account ====+===== Mail-Enable an Equipment Account =====
  
 FIXME Preliminary info FIXME Preliminary info
Line 37: Line 37:
 <file> <file>
 Enable-Mailbox -Identity copier@domain.tld -Equipment Enable-Mailbox -Identity copier@domain.tld -Equipment
 +</file>
 +
 +===== Set Room Resource so Details Show =====
 +
 +https://practical365.com/exchange-server/show-full-freebusy-exchange-2010-room-resource-mailboxes/
 +
 +https://blog.ctglobalservices.com/office-365/bfa/enable-users-to-show-calendar-information-of-room-mailboxes/
 +
 +In Exchange Management Shell:
 +
 +Show calendar details:
 +
 +<file>
 +Get-CalendarProcessing -Identity RoomName | fl
 +</file>
 +
 +Show current access rights:
 +
 +<file>
 +Get-MailboxFolderPermission RoomName:\Calendar
 +</file>
 +
 +:!: The default is ''{AvailabilityOnly}''.
 +
 +Set the default access rights to ''{Reviewer}'':
 +
 +<file>
 +Set-MailboxFolderPermission RoomName:\Calendar -User Default -AccessRights Reviewer
 +</file>
 +
 +Once permissions are given, you may also need something like:
 +
 +<file>
 +Set-CalendarProcessing -Identity <room_name> -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false
 </file> </file>
internet/mail/exchange/exchange_resources.1529176581.txt.gz · Last modified: 2018/06/16 13:16 by gcooper