Windows Group Policy
Group Policy is a feature of Windows that provides a multiple setting that network administrators can use to control the working environment of users and accounts in Active Directory. It essentially provides a centralized place for Server administrators to manage and configure operating systems, applications, and users’ settings. Basically, it is used for increasing the security posture of a network. Mostly required to keep secure of your data and core network.
Example:
- By using group policy, a network administrator or server administrator can block access to certain sections of the Windows control panel or set a specific website as the home page for every computer on the network.
- A Group Policy Object could be used to determine the home page that a user sees when they launch their web browser after logging onto the domain.
Group Policy object (GPO) is an object in Active Directory (AD) that contains configuration of group policy. GPOs can be related with a single or many Active Directory containers, including sites, domains, or organizational units (OUs). This is created using Microsoft Management Console (MMC) group policy editor. If you go creating a Group Policy Object, there may be the option of using a Starter GPO.
The Starter Group Policy Objects are consequent from a Group Policy Object and provide the capability to store a collection of Administrative Template policy settings in a single object. You can import and export Starter GPOs, which makes them easier to distribute to other environments. A variety of System Starter GPOs are comprised with Windows Servers.
In the Active Directory environment, the Group Policy Object need to be linked to other domains or sites under the container. If a GPO is linked at the domain level, it affects all users and computers in the domain. Even you can link one GPO to multiple domains/ containers through the GPMC (Group Policy Management Console).
There are containers which were configured for GPO are:
- L: Local
- S: Site
- D: Domain
- OU: Organizational Unit
In the GPMC, steps for creating group policy object can be as,
- On the domain controller, select Start, select Administrative Tools, and then select Group Policy Management. Or, select Start, select Run, type GPMC.MSC, and then press Enter.
- Expand the forest and then domains.
- Under your domain, select the OU where you want to create policy.
- Right-click the OU, and then select Create a GPO in the domain.
- Give the GPO a name, and then select OK.
- Right-click the newly created Group Policy Object, and then select Edit to open Group Policy Management Editor.
In the other way, the GPMC allows to Import, export, copy, paste, delete, backup and restore
If there is no AD available, then group policy available is known as Local Group Policy. In Local Group Policy, you need to perform desktop management in a decentralized way, by accessing to each machine individually.
The most quick and simple way to edit the Local Group Policy on a system is to click the “Start” button and run the command “GPEDIT.MSC” to start the Local Computer Policy Editor.
Using Active Directory Manager Plus 'GPO Management', it becomes quite simple for the administrators to know all the required details and status of all the require GPOs, in quick.
Important Group Policy Settings
- Moderating Access to Control Panel
- Prevent Windows from Storing LAN Manager Hash
- Control Access to Command Prompt
- Disable Forced System Restarts
- Disallow Removable Media Drives, DVDs, CDs, and Floppy Drives
- Restrict Software Installations
- Disable Guest Account
- Password policy
- Health checking
- Set Minimum Password Length to Higher Limits
- Set Maximum Password Age to Lower Limits
Feel free to provide your comments and suggestions.
-DR