Remove all permissions from folder

Remove all permissions from folder

Secure Home | Search | About
 Microsoft Applications Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Remove all permissions from folder Rui Oliveira 02-13-2006
Posted by =?Utf-8?B?UnVpIE9saXZlaXJh?= on February 13, 2006, 5:25 am
If you were  Registered and logged in, you could reply and use other advanced thread options
How can I remove all permissions from a folder, using a command or a vbscript?

With cacls command is possible remove permissions, but we need to know who
have permission before.

With cacls is possible have some like:
cacls C:\Folder1 /E /R everyone

But is not possible do it for all groups and users. Some like:
cacls C:\Folder1 /E /R *

Tks,
Rui Oliveira


Posted by Roger Abell [MVP] on February 14, 2006, 12:14 am
If you were  Registered and logged in, you could reply and use other advanced thread options
cacls C:\Folder1 > c:\folder1-report.txt
cacls C:\Folder1 /g users:r
cacls C:\Folder1 /e /r users

first lets you know what accounts did have what grants (or denies)
second resets so only Users has Read
third removes the one known grant to Users

--
Roger Abell
Microsoft MVP (Windows Server : Security)

> How can I remove all permissions from a folder, using a command or a
> vbscript?
>
> With cacls command is possible remove permissions, but we need to know who
> have permission before.
>
> With cacls is possible have some like:
> cacls C:\Folder1 /E /R everyone
>
> But is not possible do it for all groups and users. Some like:
> cacls C:\Folder1 /E /R *
>
> Tks,
> Rui Oliveira
>



Similar ThreadsPosted
How can I remove the "New Folder" and "Delete" button. September 22, 2006, 8:29 am
Unable to remove Read-Only attribute from folder July 14, 2005, 10:31 am
Method to remove permissions from files (not folders) for single g March 3, 2006, 5:18 am
Folder permissions April 26, 2007, 9:28 am
Folder permissions October 25, 2007, 6:26 pm
Folder permissions November 5, 2007, 8:17 am
Folder Permissions September 6, 2008, 2:54 pm
Permissions on created folder July 28, 2005, 12:37 pm
Setting Folder Permissions????? March 17, 2006, 12:40 pm
Folder/File Permissions April 21, 2006, 10:05 am

The site map in XML format XML site map

Contact Us | Privacy Policy