cancel
Showing results for 
Search instead for 
Did you mean: 

EVPM Script to enable EV archive

daiyoko
Level 4
Could anyone provide a sample of EVPM Script that is used to enable EV?

thanks~~
1 ACCEPTED SOLUTION

Accepted Solutions

Wayne_Humphrey
Level 6
Partner Accredited Certified
Hi daiyoko,

This is simple, if you read the EV Documentation you would have found a sample in there....  Anyhow here is a example.
[Directory]
DirectoryComputername = virtualbox.domain.local
SiteName = VirtualBox

[Mailbox]
DistinguishedName = /o=First Organization/ou=First Administrative Group/cn=Recipients/cn=tatkins

[Folder]
Name = Mailboxroot
Enabled = True


VaultStoreName = United Kingdom
IndexingServiceComputerName = server01.domain.local

The VaultStoreName & IndexingServiceComputerName are optional, these are if you wish to override the defaults.

You may also replase the DistinguishedName in the Mailbox section with LDAPquery e.g.
LDAPquery =(homeMDB= CN=EX1SG1MS4,CN=EX1SG1,CN=InformationStore,CN=CR1NTPVX01A,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=BOOGIE,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=BOOGIE,DC=com

View solution in original post

2 REPLIES 2

Wayne_Humphrey
Level 6
Partner Accredited Certified
Hi daiyoko,

This is simple, if you read the EV Documentation you would have found a sample in there....  Anyhow here is a example.
[Directory]
DirectoryComputername = virtualbox.domain.local
SiteName = VirtualBox

[Mailbox]
DistinguishedName = /o=First Organization/ou=First Administrative Group/cn=Recipients/cn=tatkins

[Folder]
Name = Mailboxroot
Enabled = True


VaultStoreName = United Kingdom
IndexingServiceComputerName = server01.domain.local

The VaultStoreName & IndexingServiceComputerName are optional, these are if you wish to override the defaults.

You may also replase the DistinguishedName in the Mailbox section with LDAPquery e.g.
LDAPquery =(homeMDB= CN=EX1SG1MS4,CN=EX1SG1,CN=InformationStore,CN=CR1NTPVX01A,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=BOOGIE,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=BOOGIE,DC=com

daiyoko
Level 4
SiteName = VirtualBox

Where could i find the SiteName???