Export mailboxes to this header file. This can be done in the
Exchange Server Administrator program through Tools/Directory Export
or from a command line similar to the following:
<exchsrvr>\bin\admin /e myheader.csv
After running the export, the file will look similar to the following:
Obj-Class,Alias Name,Display Name,Home-Server,Issue warning storage
limit,Prohibit send storage limit,DXA-Task
Mailbox,KirstenC,Kirsten Carver,SERVER1,,,
Mailbox,DavidC,David Carver,SERVER2,10000,20000,40000
The first user in the example is homed on SERVER1 and has no limits set.
The second user is on SERVER2 and has all limits set.
Each time you export data to a header file, all the contents of the file
except for the header line are deleted prior to export. Thus you can
export repeatedly to the same file to update information in it. |