Thank you for this, Craig, but I was hoping you could answer a question for me. The NTFS permissions that I am exporting is from Drive X: on Server A. I need to import them to drive X:\ on Server B.
I ran this command to save the permissions and everything exported correctly.
icacls X:data /save ntfsperms.txt /t /c
When I open the text file the data still references 😧
data
D:AI(A;ID;FA;;;BA)(A;OICIIOID;GA;;;BA)(A;ID;FA;;;SY)(A;OICIIOID;GA;;;SY)(A;OICIID;0x1200a9;;;BU)(A;ID;0x1301bf;;;AU)(A;OICIIOID;SDGXGWGR;;;AU)
It's a bit confusing to me as I'm not very familiar with icacls.
When I try to restore the permissions to the X:\ drive on Server B, will this command work?
icacls x:data /restore ntfsperms.txt
Thank you for any info you can provide.
~Mike