This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
internet:mail:exchange:exchange_resources [2014/01/02 09:10] 127.0.0.1 external edit |
internet:mail:exchange:exchange_resources [2019/01/08 09:14] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Exchange Resource | + | ====== Exchange Resource |
http:// | http:// | ||
Line 10: | Line 10: | ||
http:// | http:// | ||
+ | |||
+ | ===== Convert a Mailbox to a Resource Account ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Examine the mailbox: | ||
+ | |||
+ | < | ||
+ | Get-Mailbox -Identity copier@domain.tld | fl *resource*, *recipienttypedetail* | ||
+ | </ | ||
+ | |||
+ | Set the mailbox as a resource account: | ||
+ | |||
+ | < | ||
+ | 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 < | ||
+ | </ |