cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling users via EVPM. Archives are not showing in the Admin Console.

Valona
Level 3
Hi folks,
 
I am enabling a list of users via EVPM. EVPM is reporting that the mailboxes are being enabled for archiving, and no errors are reported. But the enabled mailboxes are not showing up in Archives >> Mailboxes list, even after syncing, and doing an archive run on all mailboxes. Can anyone see why this would be the reason??
 
Included is the EVPM script
 
[Directory]
DirectoryComputerName = kvsarchive
Sitename  = XSite
[Mailbox]
LDAPQuery = cn= Hand_Stu
 
[Filter]
Name = X Mailbox Policy
CreateShortcut=True
DeleteOriginal = True
UnreadMail= True
UseInactivityPeriod=True
InactivityUnits = Days
InactivityPeriod = 180
APrioritizeLargeItems = True
APrioritizeItemsOver = 2048
ALargeItemThresholdUnits = Days
ALargeItemThresholdPeriod = 14

[Folder]
Name   = mailboxroot
Enabled   = true
Filtername  = X Mailbox Policy
RetentionCategory = Business
1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
Additionally you could try using a distinguished name instead of ldap.  A run of the archive task in report mode will provide what you need for the user.
 
[Mailbox]
DistinguishedName = /o=organization/ou=mailboxou/cn=Recipients/cn=mailboxcname

View solution in original post

4 REPLIES 4

Alan_M
Level 6
Assuming that the policy you are using would actually affect the mailboxes you have enabled the obvious source of the problem would have to be the LDAP query. I'd suggest you put in a complete ldap string starting with the base object like a domain.
 
 

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
Additionally you could try using a distinguished name instead of ldap.  A run of the archive task in report mode will provide what you need for the user.
 
[Mailbox]
DistinguishedName = /o=organization/ou=mailboxou/cn=Recipients/cn=mailboxcname

MichelZ
Level 6
Partner Accredited Certified
Has this been solved?

Cheers
Michel

cloudficient - EV Migration, creators of EVComplete.

jimbo2
Level 6
Partner
You need to refresh the archive screen for the archives to display.
 
Jim S.