Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-NTFSAccess bug in Method ToSimpleFileSystemAccessRule2() #48

Closed
ZamElek opened this issue Apr 8, 2019 · 1 comment
Closed

Get-NTFSAccess bug in Method ToSimpleFileSystemAccessRule2() #48

ZamElek opened this issue Apr 8, 2019 · 1 comment
Assignees
Labels
Bug Clearly a bug that need to be fixed

Comments

@ZamElek
Copy link

ZamElek commented Apr 8, 2019

Steps to reproduce:

  • Set deny ACE on folder
  • Get object Security2.FileSystemAccessRule2 using Get-NTFSAccess
  • Call method ToSimpleFileSystemAccessRule2() on objects which Type is "Deny"
  • The method returns Security2.SimpleFileSystemAccessRule object with wrong property Type="Allow", but should be "Deny"
@raandree
Copy link
Owner

Thanks for reporting this. Will be fixes in the next release this week.

@raandree raandree self-assigned this Jul 10, 2019
@raandree raandree added the Bug Clearly a bug that need to be fixed label Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Clearly a bug that need to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants