Raimund Andrée
Raimund Andrée
@Sup3rlativ3, I have received your commend to that issue by email but do not see it here. @FrisbeeGolfer, sorry for catching up quite late with this. NTFSSecurity just uses the...
Thanks for reporting the issue and for the patience. Finally, I have reproduced the issue together with a customer. In fact, the error is more basic than expected and happens...
Thanks for reporting this issue. Working on it...
This is a bug in AlphaFS which I cannot solve quickly. The issue is tracked in alphaleonis/AlphaFS#460.
@DiHo78, sorry for the late reply. I have had lost track on this project. I have just tested this procedure and it works just fine: ``` PS C:\Test> dir -Recurse...
Not the most elegant way but this should solve it: ```powershell Get-NTFSAccess -Path D:\ | ForEach-Object { $_ | Add-Member -Name AppliesTo -MemberType NoteProperty -Value ([Security2.FileSystemSecurity2]::ConvertToApplyTo($_.InheritanceFlags, $_.PropagationFlags)) -PassThru } |...
Hi @Sup3rlativ3, thanks for your help here. I am currently traveling in South America and won't be able to work until beginning of February. Yes, is the bug still exists,...
Thanks @mwtrigg. I have just tried to repo it and created a share on a Windows File Server. The Windows Explorer shows the effective access like this:  In my...
@mwtrigg, I do not see the error in the Windows Explorer dialog. It the Windows Explorer really showing the right result?
I have removed all permissions expect for SYSTEM ``` PS C:\> Get-NTFSAccess -Path \\dscpull01\Test\Test1 Path: \\dscpull01\Test\Test1 (Inheritance disabled) Account Access Rights Applies to Type IsInherited InheritedFrom ------- ------------- ---------- ----...