Group Policy Article Index for
Group
Website Links For
Group
 

Information About

Group Policy




Group policy is a feature of Microsoft Windows NT family of operating systems that provides centralized management and configuration of computers and remote users in an Active Directory environment. It is part of Microsoft's IntelliMirror technologies which aim to reduce the overall cost of supporting users of Windows. These technologies relate to management of disconnected machines or roaming users and include '' Roaming User Profiles '', '' Folder Redirection '' and ''Offline Files''.

Although Group policy is usually used in enterprise environments, its usage is also common in schools, businesses, and other small organizations to restrict certain actions that may pose potential security risks, for instance, blocking the Task Manager, restricting access to certain folders, disabling downloaded executable files and so on.

Group policy can control a target object's Registry , NTFS security, Audit And Security Policy , Software Installation , Logon / Logoff scripts, Folder Redirection , and Internet Explorer settings. The policy settings are stored in Group Policy Objects (GPOs). A GPO is internally referenced by a Globally Unique Identifier (GUID). Each one may be linked to multiple websites, domains or organizational units. In this way, potentially thousands of machines or users can be updated via a simple change to a single GPO. This reduces the administrative burden and costs associated with managing these resources.

User and computer objects may only exist once in the Active Directory but often fall into the scope of several GPOs. The user or computer object applies each applicable GPO. Conflicts between GPOs are resolved at a per attribute level.

Group Policies are analyzed and applied at startup for computers and during logon for users. The client machine refreshes most of the Group Policy settings periodically, the period ranging from 60-120 minutes and controlled by a configurable parameter of the Group Policy settings.

Group Policy is supported on Windows 2000 , Windows XP Professional, Windows Vista , Windows Server 2003 and Windows Server 2008 . Windows XP Media Center Edition and Windows XP Professional computers not joined to a domain can also use the ''Group Policy Object Editor'' to change the group policy for the individual computer. This local group policy however is much more limited than GPOs for Active Directory.

In June 2006 Centrify Corporation announced Group Policy support for Mac OS X using their DirectControl software.


THE THREE PHASES OF USING GROUP POLICY

Group Policy can be considered in three distinct phases - GPO creation, targeting of the GPO and application of the GPO.


Creating and editing GPOs

GPOs are created and edited through two tools - the Group Policy Object Editor (GPEdit.msc) and the freely downloadable Group Policy Management Console ( GPMC ). GPEdit is used to create and edit single Group Policy Objects one at a time. Prior to GPMC, administrators wanting to document or inventory previously deployed GPOs would have to use Active Directory Users and Computers (ADUC) to interrogate each organizational unit individually, a very time consuming and error-prone task. The GPMC simplified GPO management by providing tools to manage large numbers of group policies collectively. GPMC provides a number of features including GPO settings summarization, a simplified security pane for group filtering, GPO backup/restoration/cloning and more within a GUI that mimics ADUC. Editing a GPO from within GPMC still launches GPEdit. The friendly name of a GPO can also be determined from its GUID by using GPOTool.exe. This tool outputs all GPO GUIDs and their corresponding friendly name.uday


Targeting GPOs

After a GPO has been created it can be linked to an Active Directory site, domain or OU ( Organizational Unit ). It is most common for GPOs to be linked to OUs.


GPO application

The Group Policy client operates on a "pull" model - every so often (a randomized delay of between 60 and 120 minutes, although this offset is configurable via Group Policy) it will collect the list of GPOs appropriate to the machine and logged on user (if any). The Group Policy client will then apply those GPOs which will thereafter affect the behavior of policy-enabled operating system components and applications.


LOCAL GROUP POLICY

Local group policy (LGP) is a more basic version of the group policy used by Active Directory. In versions of Windows before Vista, LGP can configure the group policy for a single local computer, but unlike Active Directory group policy, can not make policies for individual users or groups. It also has many fewer options overall than Active Directory group policy. The specific-user limitation can be overcome by using the Registry Editor to make changes under the HKCU or HKU keys. LGP simply makes registry changes under the HKLM key, thus affecting all users; the same changes can be made under HKCU or HKU to only affect certain users. Microsoft has more information on using the Registry Editor to configure group policy available on TechNet . {Link without Title} . LGP cannot be used on a computer on a domain, nor can it be used on Windows XP Home Edition, unless using the registry method.

Windows Vista supports Multiple Local Group Policy Objects which allows setting local group policy for individual users.


EXTERNAL LINKS