Download Print this page

BTX Technologies BookIT User Manual page 35

Poe touch panel device room scheduling solution

Advertisement

POWERSHELL COMMANDS FOR BOOKIT (CONTINUED)
GRANT FULL ACCESS USER PERMISSIONS TO USER ON ROOM MAILBOX
[PS] c:\>Add-MailBoxPermission "room_email@comain.com" -User "user_email@domain.com"
-AccessRights FullAccess
SHOW MEETING DETAILS RATHER THAN JUST FREE/BUSY INFORMATION
Single Room
[PS] c:\>Set-MailboxFolderPermission room_email@domain.com:\Calendar -User Default
-AccessRights Reviewer
All Rooms
[PS] c:\>$rooms = Get-Mailbox -RecipientTypeDetails RoomMailbox
[PS] c:\>$rooms | %{Set-MailboxFolderPermission $_":\Calendar" -User Default
-AccessRights Reviewer}
PREVENT ORGANIZER NAME FROM SHOWING IN MEETING SUBJECT
[PS] c:\>Set-CalendarProcessing -Identity RoomName –AddOrganizerToSubject
$false –DeleteComments $false –DeleteSubject $false
APPENIX - A
35

Advertisement

loading
Need help?

Need help?

Do you have a question about the BookIT and is the answer not in the manual?

Subscribe to Our Youtube Channel