RE: client Local Drives permission
From: Jeff Qiu (jefffqiu@online.microsoft.com)
Date: 01/24/03
- Next message: S. Pidgorny [MVP]: "Re: Disable remote reboot"
- Previous message: Mark Chan: "Unable to execute any application"
- In reply to: Ahmed Fahmy: "client Local Drives permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: jefffqiu@online.microsoft.com (Jeff Qiu) Date: Fri, 24 Jan 2003 07:22:24 GMT
Hi Ahmed,
The task includes the following two parts:
1. Delete everyone group on partition C: from the security tab.
2. Deny the delete file/folder to a certain group.
We may apply this by add the following command line to the logon script.
;Remove the everyone group from C:\ and all its sub-folders
cacls C:\ /t /e /r everyone
About to deny the delete file/folder permission, I am not sure what kind of
domain user group you are trying to apply to. However, this will cause
everyone included in this group no write permission. The deny will apply
over any other NTFS permission. Please think it over before apply.
Anyway, you may add the following line to apply it:
cacls C:\ /t /e /p <groupname>:N
To get more information about the cacls, please try cacls /? at the
DOS-Prompt.
About how to add these lines to that group, you may refer to the following
article:
HOW TO: Automatically Run Programs When Users Log On to Windows 2000
http://support.microsoft.com/default.aspx?scid=KB;EN-US;321707
Regards,
Jeff Qiu
jefffqiu@online.microsoft.com
Online Support Professional
Microsoft Corporation
This posting is provided Ħ°AS ISĦħ with no warranties, and confers no
rights.
--------------------
>Content-Class: urn:content-classes:message
>From: "Ahmed Fahmy" <ahmed_fahmy@ciranet.com>
>Sender: "Ahmed Fahmy" <ahmed_fahmy@ciranet.com>
>Subject: client Local Drives permission
>Date: Thu, 23 Jan 2003 02:09:31 -0800
>microsoft.public.win2000.security
>
>I have a w2k domain with 100+ w2K/XP pro clients.
>I want to set the security permissions on clients C:
>drive to remove everyone group and to deny delete
>folder's/files to domain users group.
>how can i deploy that without visiting every client.
>Thanks in Advance
>
- Next message: S. Pidgorny [MVP]: "Re: Disable remote reboot"
- Previous message: Mark Chan: "Unable to execute any application"
- In reply to: Ahmed Fahmy: "client Local Drives permission"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|