Advertisement

1 - 10 of 54 containing alltags:("CACLS") (0.001 seconds)
Someone know a utility that does the same as CACLS but that includes groups settings to a folder or a file ?
Zones: Windows NT NetworkDate Answered: 10/19/1999 Grade: B Views: 0
Unless someone knows a better way (other than by hand, call me lazy I guess), basically I need to set the permissions for the local C drive on all my Windows XP clients via an Active Directory Grou...
Zones: Programming, Active Directory, Windo...Date Answered: 02/20/2004 Grade: A Views: 48
cacls username /e /t /c /g username:C I want a simple script that I can just click, it prompts for the variable "username" I type the user name and it sets the permissions on that directory. ...
Zones: Windows 2000Date Answered: 07/28/2005 Grade: B Views: 0
Hi, I have 2 directory structures (with files in the folders), both exactly the same with 2 exceptions - they're on different servers and they have different permissions set (in other words, all...
Zones: Microsoft NetworkDate Answered: 03/05/2006 Grade: A Views: 0
I am currently tring to write a batch file that will set certain folders full access for users. I wrote this: cacls D:\MyFolder /t /e /g "Users":F /Y But I keep getting the desciption of what CA...
Zones: Windows BatchDate Answered: 02/22/2007 Grade: A Views: 9
I have this script that someone helped me write a few years ago.  I want to get a better understanding of what each of these functions does.  I know most of it but the (Tokens, calcs and delims) I ...
Zones: Scripting, Windows Batch, MS ServerDate Answered: 05/07/2007 Grade: B Views: 4
I have the need to backup a folders ACL's and then restore them. I can export the ACL's using CACLS and piping it to file, however i can not seem to do the reverse, and create\edit the folders ACL...
Zones: Windows NTDate Answered: 04/05/2003 Grade: B Views: 0
Hi all.  I'm a first time user and need help with what I hope is a simple question: I have batch file that runs the following cacls command as part of a silent install. cacls "directoryname" ...
Zones: MS DOSDate Answered: 02/18/2003 Grade: A Views: 37
I had some help from this site getting a script written that creates several directores for me.    The script works great.   I need to add one additional item to the script.   I need to have the sc...
Zones: NetworkingDate Answered: 10/01/2003 Grade: A Views: 13
Hi Experts, I know how to give a permission to IUSR (or whatever) to any given folder. but what I want to know is how to set the  "Allow Inherit permission for.. " check box on n Off! in cmd prom...
Zones: MS DOSDate Answered: 03/02/2004 Grade: C Views: 34