How can I set NTFS permissions on a remote dc thru mmc module or anything else (simple please). I have delegated rights on the domain (no logon locally on the dc).
You probably have delegated rights in active directory not the domain controller file system. I dont really understand your question, but if you cant remote into the DC I dont know why you would be trying it.
you can try the cacls command
Displays or modifies access control lists (ACLs) of files
CACLS filename [/T] [/E] [/C] [/G usererm] [/R user [...]]
[/P usererm [...]] [/D user [...]]
filename Displays ACLs.
/T Changes ACLs of specified files in
the current directory and all subdirectories.
/E Edit ACL instead of replacing it.
/C Continue on access denied errors.
/G usererm Grant specified user access rights.
Perm can be: R Read
W Write
C Change (write)
F Full control
/R user Revoke specified user's access rights (only vali
/P usererm Replace specified user's access rights.
Perm can be: N None
R Read
W Write
C Change (write)
F Full control
/D user Deny specified user access.
Wildcards can be used to specify more that one file in a command.
You can specify more than one user in a command.
Abbreviations:
CI - Container Inherit.
The ACE will be inherited by directories.
OI - Object Inherit.
The ACE will be inherited by files.
IO - Inherit Only.
The ACE does not apply to the current file/directory.
Thx for the reaction, but I was looking for a way without using scripts, command line tools or anything else. When I take the DC with Computer Management I can only change the share rights, not the ntfs permissions???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.