If you are on 10:
man omaddu
or
man ommodu
With the release of Scalix 10 it is now possible to create a resource with omaddu and ommodu. It is no longer necessary to log onto the resource's mailbox with Outlook to configure it. We want the administrator to be able to create/update/delete resources using simple command line tools.
The relevant switches for omaddu from the man page are:
omaddu --resource Y|N -n name/mailnode[/internet-address]
[--canrecur Y|N] [--canconflict Y|N]
The relevant switches for ommodu from the man page are:
ommodu --resource Y|N { authentication-id | -o name[/mailnode]}
[--canrecur Y|N] [--canconflict Y|N]
Examples:
Create a resource:
omaddu --resource Y -n "room1/mailnode" -p pass
Create a resource that automatically declines conflicting meeting requests:
omaddu --resource Y -n "room1/mailnode" -p pass --canconflict N
Create a resource that automatically declines recurring meeting requests:
omaddu --resource Y -n "room1/mailnode" -p pass --canrecur N
Create a resource that automatically declines conflicting meeting requests and automatically accepts recurring meeting requests:
omaddu --resource Y -n "room1/mailnode" -p pass --canconflict N --canrecur N
Modify a resource:
ommodu -n “room1/mailnode” --canrecur Y
Delete a resource:
omdelu -n “room1/mailnode”
Show a resource's details: (Note the Resource Flags)
omshowu -n room1 -p pass
Authentication ID:
room1@example.com
User Name : room1 /CN=room1
MailNode : mailnode
Internet Address : "room1" <room1@example.com>
System Login : 60547
Password : set
External authentication only: NO
Admin Capabilities : NO
Mailbox Admin Capabilities : NO
Language : C
Virtual Vault : Enabled (default)
Mail Account: Unlocked
Last Signon : 24.03.05 18:18:08
Receipt of mail : ENABLED
Service level : 0
Excluded from Tidying : NO
Resource Flags: Accept DeclineConflicting DeclineRecurring
The Calendar folder of resources created in this way is given an ACL of 'Default: Author', thus allowing direct booking by anyone. If a tighter ACL is needed, then currently Outlook must be used to alter the permissions on the Calendar folder.
A resource created with 'omaddu and ommodu --resource ...' can be used immediately by Outlook or SWA.
Regards,
Don