prodsac
16 years agoLevel 4
evpm syntax
Hi,
I'm trying to run evpm to change permissions.
I set up a test user (vault user)
Create the .ini file:
[Directory]
DirectoryComputerName = mpnb
Sitename = evaultprd
[Mailbox]
DistinguishedName = /O=domain/OU=Users/CN=Vault, User (MTL)
[Folder]
Name = Vault User (MTL)
Zap = True
run the command:
evpm -e server -m SMTP:evservice@domain -f e:\Enterprise_Vault\RemovePermission.ini
Creating privileged MAPI session ...
Parsing input file: e:\Enterprise_Vault\RemovePermission.ini
Processing input file
Processing mailbox: /O=domain/OU=Users/CN=Vault, User (MTL)
Error - Whilst processing mailbox with dn: /O=telefilm/OU=Users/CN=Vault, User
(MTL) [0x8004011D]
Can you tell me what is the syntax of the DN?
I'm trying to run evpm to change permissions.
I set up a test user (vault user)
Create the .ini file:
[Directory]
DirectoryComputerName = mpnb
Sitename = evaultprd
[Mailbox]
DistinguishedName = /O=domain/OU=Users/CN=Vault, User (MTL)
[Folder]
Name = Vault User (MTL)
Zap = True
run the command:
evpm -e server -m SMTP:evservice@domain -f e:\Enterprise_Vault\RemovePermission.ini
Creating privileged MAPI session ...
Parsing input file: e:\Enterprise_Vault\RemovePermission.ini
Processing input file
Processing mailbox: /O=domain/OU=Users/CN=Vault, User (MTL)
Error - Whilst processing mailbox with dn: /O=telefilm/OU=Users/CN=Vault, User
(MTL) [0x8004011D]
Can you tell me what is the syntax of the DN?
- Ok, so I ran [Directory] DirectoryComputerName=mpnb SiteName=evaultprd [VaultPermissions] vaultname=Labelle, Marc-André (MTL) Zap=True and it does exactly what I wanted Thanks.