This shows you the differences between two versions of the page.
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: | ||
</ | </ | ||
- | ==== Mail-Enable an Equipment Account ==== | + | ===== Mail-Enable an Equipment Account |
FIXME Preliminary info | FIXME Preliminary info | ||
Line 37: | Line 37: | ||
< | < | ||
Enable-Mailbox -Identity copier@domain.tld -Equipment | Enable-Mailbox -Identity copier@domain.tld -Equipment | ||
+ | </ | ||
+ | |||
+ | ===== Set Room Resource so Details Show ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | In Exchange Management Shell: | ||
+ | |||
+ | Show calendar details: | ||
+ | |||
+ | < | ||
+ | Get-CalendarProcessing -Identity RoomName | fl | ||
+ | </ | ||
+ | |||
+ | Show current access rights: | ||
+ | |||
+ | < | ||
+ | Get-MailboxFolderPermission RoomName: | ||
+ | </ | ||
+ | |||
+ | :!: The default is '' | ||
+ | |||
+ | Set the default access rights to '' | ||
+ | |||
+ | < | ||
+ | Set-MailboxFolderPermission RoomName: | ||
+ | </ | ||
+ | |||
+ | Once permissions are given, you may also need something like: | ||
+ | |||
+ | < | ||
+ | Set-CalendarProcessing -Identity < | ||
</ | </ |