17 July 2021

Export and import NTFS permissions

Save NTFS permissions to a file:

icacls C:\Folder /save C:\temp\ntfs_perms.txt /t /c

Restore NTFS permissions from a file:

icacls C:\Folder /restore C:\temp\ntfs_perms.txt /t /c

No comments:

Post a Comment