Pages

Saturday, July 21, 2012

Set Permission on Enterprise Vault Accounts with EVPM

Here we are going to discuss how to set permission on some EV account to a user by using EVPM script. Below script will help you with the same.

1. Create a file with notepad and save the same in UNICODE format, with an .ini extension.
2. Copy below script to the .ini file created in 1st step and modify with your environmental value on DirectoryComputerName, SiteName, ArchiveName and  Yourdomain\User.

 

[Directory]
DirectoryComputerName=
Localhost
SiteName=YourEVSite

[ArchivePermissions]
ArchiveName =
Archive Name
GrantAccess = read write delete,
Yourdomain\User

DirectoryComputerName – The EV server where the EV Directory service is running

SiteName – Site name of your EV

ArchiveName – Name of the archive one which you want to set permission. Add more lines if you want to set permission for more than one user.

Yourdomain\User – Name of the AD user for whom you want to set permission.

No comments:

Post a Comment