How do I remove "Automatically Set" permissions on Enterprise Vault exchange archive
I'm using Enterprise Vault version 7.5 and I have the exact same scenario as: https://www-secure.symantec.com/connect/forums/removing-automatically-set-permissions-vaults-where-owner-admailbox-no-longer-exists#comment-2502671 however in that thread I am unable to work out entirely what the solution was.
The original poster mentions:
"Enterprise Vault Policy Manager did not strip automatically set permissions on archives [Ref 801192, E1063349]
The Enterprise Vault Policy Manager did not strip automatically set permissions when you used the ArchivePermissions section in the initialization file. For example:
[ArchivePermissions]
ArchiveName=John Doe
Zap=True
These settings stripped only manually set permissions on John Doe's archive. They did not strip the permissions automatically inherited from the Exchange mailbox.
This has been fixed."
My scenario is the same in that I have attempted to use EVPM.exe to "zap" permissions from an archive. It seems to only work on manually set permissions and not on automatically inherited permissions from Exchange. The OP says "this has been fixed" but does not mention how it was fixed. Does anyone know if there is a solution?
Thanks for your time!
Below query wouldbe useful. Replace the archvie name and make sure you take a backup of the directory database before running the query .
Use EnterpriseVaultDirectory
update archiveview
set AutoSecurityDesc = NULL
where archivename = 'ABC'
Close Enterprise Manager or SQL Management Studio
Refresh the Enterprise Vault Admin Console and check the automatically set permissions on the archiv