| Author |
Message |
Roshan Dias
Guest
|
Posted:
Mon Nov 07, 2005 1:50 pm Post subject:
Assigning User Rights for user home folders |
|
|
I need to give full access rights to 50 Users to their home folders and
files. Also i need to give only write access to all users to home folders of
other users. Is there a shortcut way of doing this. assining rights to 50
different folders is time consuming.
I use win 2003 O/S |
|
| Back to top |
|
 |
Paul Bergson
Guest
|
Posted:
Mon Nov 07, 2005 1:50 pm Post subject:
Re: Assigning User Rights for user home folders |
|
|
I suppose if the home folders names were the same as the user id's you
should be able to script something using a tool such as xcacls to do the
job.
Just list the folders and extract the user name and apply the permissions
from the extracted name.
http://support.microsoft.com/?id=825751
--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
This posting is provided "AS IS" with no warranties, and confers no rights.
"Roshan Dias" <william_r_dias@hotmail.com> wrote in message
news:3C1A7C46-C231-454F-BA16-2BB499E98292@microsoft.com...
| Quote: | I need to give full access rights to 50 Users to their home folders and
files. Also i need to give only write access to all users to home folders
of
other users. Is there a shortcut way of doing this. assining rights to 50
different folders is time consuming.
I use win 2003 O/S |
|
|
| Back to top |
|
 |
Paul Bergson
Guest
|
Posted:
Fri Nov 11, 2005 1:50 pm Post subject:
Re: Assigning User Rights for user home folders |
|
|
You can script this as long as you have a list of users. I'm not going to
write the script for you but read the script in one user at a time and
create the folder and the share.
http://www.microsoft.com/technet/scriptcenter/scripts/storage/folders/stfovb07.mspx
http://www.microsoft.com/technet/scriptcenter/scripts/storage/shares/stshvb01.mspx
Then using xcacls go back and apply the permission set you want on each
user. I have run into problems on our SAN that if I try and apply
permissions immediately after the file/folder is created the permissions
can't be set. There is a lag on the system. So maybe you can do both at
once.
--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
This posting is provided "AS IS" with no warranties, and confers no rights.
"sansouchi" <sansouchi@discussions.microsoft.com> wrote in message
news:0BAB04A5-B1F9-46CF-A95A-982AE7BC40EC@microsoft.com...
| Quote: | Hi guys,
Am facing a similar problem though mine is more or less asking a lot. I
have
over 300 users and i plan to assign home folders to each and also assign
rights using group policy or a log on script. I have seen some directions
on
the MS site but i need somethg more detailed. Pls. help becos i need to do
this asap.
Osas.
--
CCNA, MIEEE, MCP
"Paul Bergson" wrote:
I suppose if the home folders names were the same as the user id's you
should be able to script something using a tool such as xcacls to do the
job.
Just list the folders and extract the user name and apply the permissions
from the extracted name.
http://support.microsoft.com/?id=825751
--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
This posting is provided "AS IS" with no warranties, and confers no
rights.
"Roshan Dias" <william_r_dias@hotmail.com> wrote in message
news:3C1A7C46-C231-454F-BA16-2BB499E98292@microsoft.com...
I need to give full access rights to 50 Users to their home folders and
files. Also i need to give only write access to all users to home
folders
of
other users. Is there a shortcut way of doing this. assining rights to
50
different folders is time consuming.
I use win 2003 O/S
|
|
|
| Back to top |
|
 |
sansouchi
Guest
|
Posted:
Fri Nov 11, 2005 1:50 pm Post subject:
Re: Assigning User Rights for user home folders |
|
|
Hi guys,
Am facing a similar problem though mine is more or less asking a lot. I have
over 300 users and i plan to assign home folders to each and also assign
rights using group policy or a log on script. I have seen some directions on
the MS site but i need somethg more detailed. Pls. help becos i need to do
this asap.
Osas.
--
CCNA, MIEEE, MCP
"Paul Bergson" wrote:
| Quote: | I suppose if the home folders names were the same as the user id's you
should be able to script something using a tool such as xcacls to do the
job.
Just list the folders and extract the user name and apply the permissions
from the extracted name.
http://support.microsoft.com/?id=825751
--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
This posting is provided "AS IS" with no warranties, and confers no rights.
"Roshan Dias" <william_r_dias@hotmail.com> wrote in message
news:3C1A7C46-C231-454F-BA16-2BB499E98292@microsoft.com...
I need to give full access rights to 50 Users to their home folders and
files. Also i need to give only write access to all users to home folders
of
other users. Is there a shortcut way of doing this. assining rights to 50
different folders is time consuming.
I use win 2003 O/S
|
|
|
| Back to top |
|
 |
|
|
|
|