Managing Resource Mailboxes
to create a resource config use this syntex
Set-ResourceConfig -DomainController server1.dan.com -ResourcePropertySchema ("Room/room222","Equipment/Projector","Room/8Seats","Equipment/Whiteboard")
NOTE:
|
| All entries must start with either Room/ or Equipment/. Setting a new entry using the Set-ResourceConfig cmdlet will overwrite all existing entries, and not add a new entry to the list. Use the Get-ResourceConfig cmdlet to query the existing entries, and then append to the list. |