How to grant Read permissions for all archives in an Enterprise Vault environment to a specific Active Directory user.
book
Article ID: 100051365
calendar_today
Updated On:
Description
Description
It may be necessary in certain instances where a single Active Directory user may require Read permissions to all archives. These can be manually applied per archive; however for larger environments, it would be too time-consuming of a task.
This can be done using the Enterprise Vault Management Shell, by using the Set-EVArchivePermission cmdlet. This is the equivalent of manually adding permissions to each archive and does not over-write any existing permissions.
- Navigate to Start --> All Apps --> Enterprise Vault Management Shell
- Enter the following command after editing DOMAIN\user to the user account needing Read access:
Get-EVArchive | Set-EVArchivePermission -Trustee DOMAIN\User -Grant Read
- In the above syntax, Trustee can be used to also target a specific Active Directory group.
- Depending on the EV version, you may be prompted with a confirmation of the operation and given the following options (newer versions do not list these options):
[Y] Yes
[A] Yes to All
[N] No
[L] No to All
[S] Suspend
- Selecting
[Y] will prompt confirmation for each user, where selecting [A] will perform the operations for all archives without interruption.
- Once completed, the granted user will have manually set Read rights applied on all archives.
Note: The Archives list in the Vault Administration Console may need to be refreshed before the permissions will show as added to the individual archives.
Issue/Introduction
How to grant Read permissions for all archives in an Enterprise Vault environment to a specific Active Directory user.
Was this article helpful?
thumb_up
Yes
thumb_down
No