Top "Icacls" questions

Windows command that displays or modifies discretionary access control lists (DACLs) on specified files, and applies stored DACLs to files in specified directories.

Using icacls to set permissions of a folder to inherit recursively

I want to set a specific folder with specific rights to inherit all rights of it's parent folder. I know …

windows icacls
How to use batch file to give a folder permission to the Everyone group

Im trying to add the group Everyone and give it modify permissions on a folder. Im using a batch file …

batch-file permissions file-permissions icacls
Execute icacls in PowerShell to grant access to a file share for domain computer

I wonder how to uses icacls within a PowerShell script for setting up permissions on a fileshare for a computeraccount …

powershell permissions share icacls
Using ICACLS to set file permission to 'read-only'

I'm having a heck of a time transferring from the simple, intuitive chmod 400 to trying to do the same thing …

powershell batch-file command-line chmod icacls
Applying permissions across many folders

I need to create a script that will apply permissions on many folders, with different permissions depending on the folder …

powershell windows-server icacls
icacls Deny Everyone Directory Delete Permission

I am trying to deny all users from being able to delete a folder (as well as its contents, if …

batch-file windows-8 permissions cacls icacls