cancel
Showing results for 
Search instead for 
Did you mean: 

Archive provisioning with the help of EVPM (or other tools)

Dani_Schwarz
Level 4

We currently use EV Archiving 10.0.3 for Exchange 2010 in our environment and are looking for possibilities to automate some processes around provisioning of user archives. These processes are really timeconsuming if you have a certain amount of archives to administer/manage. So we are looking for a possibility to automate the following steps.

  • Run Provisioning Task with a script or from command prompt outside the defined provisioning schedule
  • Run a Synchronization for a single mailbox/archive with a script or from command prompt outside the defined synchronization schedule
  • Run a Archiving task for a single mailbox/archive with a script or from command prompt outside the defined archiving schedule
  • Disable a mailbox from archiving with a script or from command prompt
    I think here we can use the ZAP mailbox feature from EVPM.
  • Change “Bill usage to”, ”Displayname” and “Administrative note” of a single archive with a script or from command prompt

Do you see any possibilities to automate such archive provisioning steps?

2 ACCEPTED SOLUTIONS

Accepted Solutions

Rob_Wilcox1
Level 6
Partner
Run Provisioning Task with a script or from command prompt outside the defined provisioning schedule
^^ No current method to do this *1 
 
Run a Synchronization for a single mailbox/archive with a script or from command prompt outside the defined synchronization schedule
^^ No current method to do this *1
 
Run a Archiving task for a single mailbox/archive with a script or from command prompt outside the defined archiving schedule
^^ No current method to do this * 1
 
Disable a mailbox from archiving with a script or from command prompt
I think here we can use the ZAP mailbox feature from EVPM.
^^ Easily done with ZAP.  Plenty of examples in the Utilities.pdf file which comes with Enterprise Vault documentation
 
Change “Bill usage to”, ”Displayname” and “Administrative note” of a single archive with a script or from command prompt
^^ Easily done with SQL, which could be called from vbscript or similar.  Bill-usage-to might be 'more' difficult.  Remember that if you change the DisplayName field, and have auto archive naming turned on in your archiving policy when synchronisation runs next, it'll be renamed back
 
2013-09-24_17h39_36.png
 
*1 -> You could journal the MSMQ messages and then perform this operation manually.  You could then craft a similar message, using code, and insert that into MSMQ when you want to do it, per your own schedule.
 
Finally -> Why do you want to do these things?
 
Working for cloudficient.com

View solution in original post

JesusWept3
Level 6
Partner Accredited Certified

provisioning does not post to the MSMQ for what its worth

and also the msmq mimicking tends to break from version to version, any time ive upgraded service packs i've had to re-examine the message and change it to match the newer format

https://www.linkedin.com/in/alex-allen-turl-07370146

View solution in original post

4 REPLIES 4

Ahmed_Abd_ElGel
Level 4
Partner Accredited

i need the same script to automate same tasks working with EV 10.0.4 and exchange 2013

Rob_Wilcox1
Level 6
Partner
Run Provisioning Task with a script or from command prompt outside the defined provisioning schedule
^^ No current method to do this *1 
 
Run a Synchronization for a single mailbox/archive with a script or from command prompt outside the defined synchronization schedule
^^ No current method to do this *1
 
Run a Archiving task for a single mailbox/archive with a script or from command prompt outside the defined archiving schedule
^^ No current method to do this * 1
 
Disable a mailbox from archiving with a script or from command prompt
I think here we can use the ZAP mailbox feature from EVPM.
^^ Easily done with ZAP.  Plenty of examples in the Utilities.pdf file which comes with Enterprise Vault documentation
 
Change “Bill usage to”, ”Displayname” and “Administrative note” of a single archive with a script or from command prompt
^^ Easily done with SQL, which could be called from vbscript or similar.  Bill-usage-to might be 'more' difficult.  Remember that if you change the DisplayName field, and have auto archive naming turned on in your archiving policy when synchronisation runs next, it'll be renamed back
 
2013-09-24_17h39_36.png
 
*1 -> You could journal the MSMQ messages and then perform this operation manually.  You could then craft a similar message, using code, and insert that into MSMQ when you want to do it, per your own schedule.
 
Finally -> Why do you want to do these things?
 
Working for cloudficient.com

JesusWept3
Level 6
Partner Accredited Certified

provisioning does not post to the MSMQ for what its worth

and also the msmq mimicking tends to break from version to version, any time ive upgraded service packs i've had to re-examine the message and change it to match the newer format

https://www.linkedin.com/in/alex-allen-turl-07370146

Rob_Wilcox1
Level 6
Partner

The other option is to submit each request to the ideas section of the forum

Working for cloudficient.com