These fixes are things we've discovered to save time or resolve error messages and problems.
LazyJeff LLC is an IT Company focusing on Small Businesses in the St Louis and Southern Illinois Areas.
Wednesday, June 4, 2025
HOW TO - Copy NTFS Permissions
q: On a windows system, how can we copy permissions from one folder to another?
a: With PowerShell using the Get-ACL / Set-ACL commands. Get-Acl C:\Windows\System32\LogFiles | Set-Acl D:\Windows\System32\LogFiles
No comments:
Post a Comment