You can put the computers you want to enforce the NTFS permissions on into
an Organizational Unit. create a Group Policy to enforce the NTFS
permissions, and then link it to that OU. Do NOT attempt to apply NTFS
permissions at the domain level as it will then affect domain controllers
and could cause complications. Place a couple test computers into the
Organizational Unit first to make sure that the NTFS settings are exactly
what you expect and that the user AND administrator can function normally on
the computer and also check the NTFS settings for the documents and settings
folder and user profile folders because if you incorrectly apply NTFS
permissions with Group Policy you can mess those up particularly if forcing
inheritance is used. Using Group Policy to manage NTFS settings is a bit
tricky until you get used to it and removing the Group Policy will not
reverse the settings to what they were. Also once the NTFS settings have
been applied you may remove that Group Policy setting. Go to computer
configuration/Windows settings/security settings/file system to see where to
manage NTFS permissions. Another alternative is to use the cacls command in
a batch file and use Group Policy startup or logon script to change NTFS
permissions. A logon script would only work on folders that the user has
full control permissions on while a startup script can be used on just about
everything else. Also do not use deny permissions particularly for
everyone/users groups as that will also affect administrators. --- Steve