This page was last edited on January 16, 2019, at 11:00.
Comments or questions about this documentation? Contact us for support!
Feature Server now enables you to use the set_mailbox_user_tz.py script to update, in bulk, the time zones of mailboxes and the time zones of the users who are associated with that mailbox. This script is located in the <FS installation path>\python\util folder. Use the -e option to enable the script to make changes.
See Python Scripts for information on how to deploy and run the set_mailbox_user_tz.py script.
Use the following command line format to run the set_mailbox_user_tz.py script:
java -jar <jython-version>.jar set_mailbox_user_tz.py -H localhost -p 9160 -i mailbox_user_tz.csv -o set_mailbox_user_tz.log
Create an input file named mailbox_user_tz.csv.
The file must contain pairs delimited by a comma <mailbox number>,<Time Zone Id>.
For example, the following is a sample of the input-file content:
7100,America/New_York
7200,America/Los_Angeles