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 [2019/01/08 09:07] 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 39: | Line 39: | ||
</ | </ | ||
- | ==== Make Subject and Room Calendar | + | ===== Set Room Resource so Details |
- | FIXME None of this is really clear! | + | 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 < | Set-CalendarProcessing -Identity < | ||
</ | </ |