User Tools

Site Tools


internet:mail:exchange:exchange_resources

This is an old revision of the document!


Exchange Resource Accounts

Creating

Managing

Convert a Mailbox to a Resource Account

https://technet.microsoft.com/sv-se/library/jj710164(v=exchg.150)

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

Make Subject and Room Calendar Details Visible

FIXME None of this is really clear!

Set-CalendarProcessing -Identity <room_name> -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false
internet/mail/exchange/exchange_resources.1546963629.txt.gz · Last modified: 2019/01/08 09:07 by gcooper