You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script to create a report on filesystem permissions. For performance reasons I use [System.IO.FileSystemAclExtensions]::GetAccessControl() instead of Get-Acl.
This is working fine in 7,1.3 but does not work in 7.3.1 or 7.4.0-preview.1
Name Value
---------
PSVersion 7.3.1
PSEdition Core
GitCommitId 7.3.1
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Prerequisites
Steps to reproduce
I have a script to create a report on filesystem permissions. For performance reasons I use
[System.IO.FileSystemAclExtensions]::GetAccessControl()instead ofGet-Acl.This is working fine in 7,1.3 but does not work in 7.3.1 or 7.4.0-preview.1
Steps to reproduce:
It will provide the expected output after using
Get-Aclonce, regardless of the path (e.g.Get-Acl HKCU:).Expected behavior
Actual behavior
Error details
No response
Environment data
Visuals