Exchange Provisioning Task
we have the exchange provisioning task that runs every night, if it finds a new mailbox that it needs to provision it send an email out to the user.
where can i find that task and edit what it does? there is nothing within the gui.
thanks
Well like i said, the way it works is as follows
1. The Provisioning Group
Each provisioning group has the option "Automatically Enable", so when provisioning runs, and it finds a user in the group that is a NEW mailbox, and not disabled, or enabled etc, it adds it to the ExchangeMailboxEntry table as a new mailbox
2. The Archiving Task
When the archiving task schedule kicks in, it looks at the ExchangeMailboxEntry table and looks at the new mailboxes, and then looks at the provisioning group that they are part of and see's whether its set to Automatically Enable, if it is, then the new user gets enabled, a new archive is created and assigned to that user.
3. The Welcome Message
EV then looks at the Provisioning Groups assigned welcome message, and finds it on disk, typically it will be C:\Program Files (x86)\Enterprise Vault\EnableMailboxMessage.msg ....
You can double click the message and it opens up in Outlook, you can then edit it to have information unique to your company such as links to FAQ's, help desk numbers, user guides etc.
When the Archive Task enables the mailbox, it finds that message, opens it, adds the user you've added to the TO: line, then connects to the EV System Mailbox for that exchange server the user belongs to, and sends the email.
IF there are already people in the TO: line, then they will also get that email
So if you have a Distribution List in to TO: line, those users belonging to that DL will receive the message each time a user is enabled.
There are also other messages too:
EnabledMailboxMessage - When the user is enabled
DisabledMailboxMessage - When the user is disabled
EnablePSTMigrationMessage - when the user is set up for PST Migrations
PSTMigratedMessage.msg - When a users PST has succesfully been migrated
ArchiveQuotaLimitReached - When the user has an EV quota and they need to delete items from EV
ApproachingArchiveQuotaLimit - When the user is nearing their EV Quota and need to take action
EnableMailboxMessage will only be sent when the mailbox is enabled, either through Automatic Enablement set through the provisioning task, when the archive task runs on its schedule OR through the Enable Mailbox Wizard in the VAC.
Once a user is enabled, it cannot be enabled again and again unless the user is disabled first
Users can only be disabled through the Vault Admin Console, and the user will receive the message if the DisableMailboxMessage.msg file exists in the Enterprise Vault directoryThe PST Migration messages are sent out by the Migrator Server
The Quota Messages are sent out by the Storage service
The only way to stop the Enabled and Disabled messages being sent is to remove the MSG file from the EV Install directory