Well, we know that we can assign NTFS permission from local machine using ICACLS command. How about assigning NTFS permission from share folder? The answer is yes, you can.
Tag: NTFS Permission
Admin Scripts: Create Folder with NTFS Permission using Windows Batch and ICACLS
This is Admin Script to create folders and subfolders and assigned with NTFS permission. I notice that there is such request from a user in Technet Forum on how to generate folders with NTFS permission using script. The request is to use VBScript, but I think for fast and simplified approach, Windows Batch for creating […]