cancel
Showing results for 
Search instead for 
Did you mean: 

EV permission

dineshnegi
Level 5

Hi Team,

Is there any powershell comand in EV from where I can check who have access on whose archive page.

Regards

 

 


					
				
			
			
				
			
			
				
1 ACCEPTED SOLUTION

Accepted Solutions

JesusWept3
Level 6
Partner Accredited Certified

The closest you have is PermissionsBrowser
you can also query the ACE table, but it will just give you back SID's and not actual NTLogins, as you would have to query AD to do that via an ADSI linked server

https://www.linkedin.com/in/alex-allen-turl-07370146

View solution in original post

6 REPLIES 6

pete_4u2002
Level 5
Employee Accredited

does this helps

https://www-secure.symantec.com/connect/forums/access-archives-different-enterprise-vault-site

 

 

Enterprise Vault Accounts and Permissions

Article:TECH76700  |  Created: 2009-01-11  |  Updated: 2013-06-10  |  Article URL http://www.symantec.com/docs/TECH76700

 

Rob_Wilcox1
Level 6
Partner

@dineshnegi

No there isn't a page, or a powershell command which will list all non-standard archive level permissions.

Working for cloudficient.com

JesusWept3
Level 6
Partner Accredited Certified

The closest you have is PermissionsBrowser
you can also query the ACE table, but it will just give you back SID's and not actual NTLogins, as you would have to query AD to do that via an ADSI linked server

https://www.linkedin.com/in/alex-allen-turl-07370146

EV_Ajay
Level 6
Employee Accredited

Hi ,

You can refer following TechNote for more information about the Permissions Browser.

How to use Permissions Browser to verify permissions on Public Folders.

http://www.symantec.com/docs/TECH56331

 

GabeV
Level 6
Employee Accredited

I think you posted another question which looks pretty similar to this one. Here is part of my comment. You can easily review the IIS logs from the Enterprise Vault server for compliance purposes. For the Enterprise Vault options (or process) auditing would be an option:

http://www.symantec.com/docs/TECH49054

In the Enterprise Vault server properties > Auditing Tab, there is an option called "User" where you could write a VBS script or ASP page to design your own audit entries, but of course, you need to know a little bit about programming to use that option.

I hope this helps.

 

dineshnegi
Level 5

looks good , I have not implemented but will go sometime later