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/15 12:08] gcooper |
internet:mail:exchange:exchange_resources [2019/01/08 09:14] (current) gcooper |
||
---|---|---|---|
Line 25: | Line 25: | ||
< | < | ||
Set-Mailbox -Identity copier@domain.tld -Type Equipment | Set-Mailbox -Identity copier@domain.tld -Type Equipment | ||
+ | </ | ||
+ | |||
+ | ===== Mail-Enable an Equipment Account ===== | ||
+ | |||
+ | FIXME Preliminary info | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | < | ||
+ | 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 < | ||
</ | </ |