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.
Category: Windows Command
Admin Scripts: Batch Full Clone using RoboCopy
System Administrator is always challenged with migration of files/folder from old server to new server or simply moving to specific folder while retaining file/folder permission. However, the challenge happens when SA needs to migrate large volume of files/folders to different location based on specific folder name. Hence, I create this admin scripts to make full […]
Admin Scripts: Full Clone using RoboCopy
RoboCopy is a great tool to create full clone of file/folder to another location. The admin script is designed to create a full clone of source to target location.
Admin Scripts: How to create Windows Share Folder using Net Share command
Guide to create Windows Share Folder using Net Share command