C
capitan
Hi all. I'm trying to get recursive ntfs permissions exported to a csv
file for a specific share (s:\). I've tried the following command:
S:\>Get-ChildItem s:\ -recurse | Get-Acl | export-csv c:\Sperms.csv
The response I get for the command is below:
The system cannot find message text for message number 0x2331 in the
message file for Application.
The system cannot find message text for message number 0x8 in the
message file for System.
thanks
file for a specific share (s:\). I've tried the following command:
S:\>Get-ChildItem s:\ -recurse | Get-Acl | export-csv c:\Sperms.csv
The response I get for the command is below:
The system cannot find message text for message number 0x2331 in the
message file for Application.
The system cannot find message text for message number 0x8 in the
message file for System.
thanks