question about log on to a computer group

  • Thread starter Thread starter djtony
  • Start date Start date
D

djtony

hi all,

how can i setup the security for the following case ?

CompanyXYZ have 2 working locations -- AreaSales and AreaAccount.
40 computers located in AreaSales. 40 computers located in AreaAccount.
windows 2000 DomainXYZ have 2 Groups -- GrpSales and GrpAccount

how can i permit the GrpSales user to access SalesCompter only but no
AccountComputer??
and permit the GrpAccount user to access AccountComputer only but no
SalesComputer ??

thanks

tony
 
djtony said:
hi all,

how can i setup the security for the following case ?

CompanyXYZ have 2 working locations -- AreaSales and AreaAccount.
40 computers located in AreaSales. 40 computers located in AreaAccount.
windows 2000 DomainXYZ have 2 Groups -- GrpSales and GrpAccount

how can i permit the GrpSales user to access SalesCompter only but no
AccountComputer??
and permit the GrpAccount user to access AccountComputer only but no
SalesComputer ??

thanks

tony

Presumably you have two folders on your server:

d:\Shares\Sales
d:\Shares\Accounts

Now set the NTFS permissions for d:\Shares\Sales so that the group
GrpSales has full control of d:\Shares\Sales. Knock out everyone
else other than "Administrators" and "System".

Next you apply the same principle for GrpAccount.
 
Back
Top