Link to home
Start Free TrialLog in
Avatar of Dmitry_Bond
Dmitry_BondFlag for Ukraine

asked on

How to set NTFS permissions for a folder to deny access for all but one

Hi.

I need to disable access to certain folder for all user and groups except one user or group.
For example - folder "MyFolder", I need:
Administrators group = deny all access
Users group = deny all access
Trusted Installed = deny all access
(this line is optional) system = deny all access
MySpecialGroup group = enable all access

Optionally, instead of last line could be this line:
MySpecialUser user = enable all access

So, I'm ok with any of two - enable access for one particular group or for one particular user.

Is it possible to do on Windows 7/Server 2008/2012 ?
I mean - Windows 7 Ultimate or Enterprise. Windows server 2008 R2 or Server 2012.

Thank you in advance.
SOLUTION
Avatar of strivoli
strivoli
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dmitry_Bond

ASKER

Ok.
Is it possible to do it with standard cmdline (or maybe - with SysInternals tools)? Without PowerShell or other 3rd party tools?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sure you can do it with a standard cmdline. Can't you use the simplest method: the GUI?
It works. Thanks.