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 [2019/01/08 09:07]
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 39: Line 39:
 </file> </file>
  
-===== Make Subject and Room Calendar Details Visible =====+===== Set Room Resource so Details Show =====
  
-FIXME None of this is really clear!+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> <file>
 Set-CalendarProcessing -Identity <room_name> -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false Set-CalendarProcessing -Identity <room_name> -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false
 </file> </file>
internet/mail/exchange/exchange_resources.1546963640.txt.gz · Last modified: 2019/01/08 09:07 by gcooper