Forum Discussion
- MarcdeModerator
Hi,
can confirm the same in 12.5.3 but based on the description of the -user option i'd say that this is by design even though it sounds a bit vague:
Archives in which a specified user has various permissions, either directly or through membership of an Active Directory group
Regards
Marc
- Tonaco_ptModerator
I create a powershell script to get this information.
My script first finds the user and group (we use to give permissions) SID, with this sid I run the following sql query, I got here (VOX)
Select AA.ArchiveName, RT.VaultEntryId AS ArchiveID, ac.ACEType as PermissionType, TT.SID from Archive AA Inner join ACE AC on aa.RootIdentity = ac.RootIdentity Inner join Trustee TT ON TT.TrusteeIdentity = AC.TrusteeIdentity INNER JOIN Root RT ON RT.RootIdentity = AA.RootIdentity Where TT.SID in ('<sid1>,<sid2>')
- Tonaco_ptModerator
Is there away to submit a bug report?
- Prone2TyposModerator
Through support, but you may find that this is by design, and therefore an enhancement and not a defect. And there is a twist, poor design being executed properly is still executed by design, despite it being poorly designed.
- plaudone1Level 6
Have you tried to use Get-EVArchivePermission?
https://www.veritas.com/content/support/en_US/doc/96069939-142075468-0/v132431020-142075468
Regards,
Patrick
Related Content
- 14 years ago
- 11 years ago