Group Policy???

  • Thread starter Thread starter Connie Lopez
  • Start date Start date
C

Connie Lopez

I'm trying to accomplish 2 things and not sure if GPO is
the right thing and if so how to do it.
1. I have 2k servers and a 2kTS server. I want to control
specific users on changing screens and system
functionality especially on the TS.
2. I want to control the Internet.. What a pain. I want
to block some people from accessing it at all and others
very restricted.

Thanks.

CL
 
You can restrict users from accessing or changing many display properties in Group
Policy via user configuration/administrative templates/control panel/display. You
would have to either put those users in their own OU where you would apply those
restrictions via a GPO for that OU or configure it at the domain level or other
common level and filter the policy so that it applies to only the users in a specific
group. See the link below for details on Group Policy filtering.

http://support.microsoft.com/default.aspx?scid=kb;en-us;322176

To control internet access as you wish something like ISA firewall is the best
solution. Otherwise if the users are confined to particular computers you could
disable default gateway on their computers assuming they can not reconfigure it,
configure the perimeter firewall to block outbound access based on their IP addresses
which would need to be static or possibly reserved in the dhcp scope so that it would
not change, create an ipsec filtering policy on their computer if W2K or XP Pro to
block access, use a personal firewall to block access to the internet, or try using
Group Policy to assign the users a bogus proxy server address which would work only
for Internet Explorer and only if you also block their access to disabling the proxy
address. You can also use firewall/filtering to allow users access to only certain
internet protocols such as HTTP [blocking chat and file swapping, etc] or even limit
sites to be accessed and use Group Policy/user configuration/Windows
settings/Internet Explorer maintenance and administrative templates/Windows
components/Internet Explorer to configure Internet Explorer to be more secure by
configuring settings such as Web Content Zone security levels even disabling
downloading from Internet Explorer if needed. --- Steve
 
Steven L Umbach said:
You can restrict users from accessing or changing many display
properties in Group Policy via user configuration/administrative
templates/control panel/display. You would have to either put those
users in their own OU where you would apply those restrictions via a
GPO for that OU or configure it at the domain level or other common
level and filter the policy so that it applies to only the users in a
specific group. See the link below for details on Group Policy
filtering.

http://support.microsoft.com/default.aspx?scid=kb;en-us;322176

Doing it that way will apply the policy to the users whether they were
logging into the TS server or their own workstations, which I don't think
is the intention.
You want to place the TS servers in their own OU and apply a loopback
policy to this OU. That way, no matter who logs into the machine and what
their user settings are, they will pick up the user settings applied to the
TS server. You would normally want to exclude the domain admins from
picking up this policy though, so deny the Apply Group Policy permission to
the Domain Admins group.

Try here for details
http://support.microsoft.com/support/kb/articles/q231/2/87.asp

Andy.
 
Back
Top