Skip to main content

Creating and Linking a GPO in Win Server 2008


Creating a group policy object in windows server 2008:
Perform the below steps to create new GPO
Go to start menu -> administrative tools -> group policy management -> Expand forest -> Expand domains -> Expand your domain -> Right click on Group policy objects and select new -> type name for new GPO and click ok to create a new GPO.

Once after creating new GPO you can link it to Entire forest or Domain or OU and sites as well.
To link a GPO to domain, Domain controllers and OU follow the below stepsPerform the below steps to create new GPO
Linking a GPO to Domain:
Go to gpmc.msc -> Expand Forest -> Expand domain and right click on your domain and click on link existing GPO, you will get a window as below, select the appropriate GPO and click on ok to link a gpo.



To link a GPO to domain controller, right click on Domain controllers and select Link existing GPO and select the appropriate GPO and click ok to complete the process.
To link a GPO to OU, right click on OU and select link existing GPO and select the GPO and click ok as shown in above picture.
And follow the same procedure to link a GPO to Site as well.
Note : Please make me clear if anything wrongly mentioned in the above page.

Comments

Popular posts from this blog

WMI Error - Windows Management files may be moved or missing.

WMI ERRORs: Symptoms: >>Unable to open System Information. >>WMI Error - Windows Management files may be moved or missing. Resolution : Navigate to Start >> All programs >> accessories >> right click on CMD >> run as administrator, and run the below commands one by one. 1)     sc config winmgmt start= disabled 2)     net stop winmgmt /y 3)     %systemdrive% 4)     cd %windir%\system32\wbem 5)     for /f %s in ('dir /b *.dll') do regsvr32 /s %s     6)     regsvr32 %windir%\system32\tscfgwmi.dll           7)     wmiprvse /regserver                                 ...

Configuring Service Connection Point Role in System Center Configuration Manager 1702 Version

In Today’s guide, we will learn about Installing Service connection point role in Configuration Manager version 1702 . Using Service connection point role, we can keep the Configuration Manager up to date with latest updates. Before moving forward, we will understand about the Service Connection Point role in brief. What is Service Connection Point Role? A service connection point connects Configuration Manger to Microsoft cloud services and is used for Microsoft Intune subscription and servicing, and to update your Configuration Manager installation. This will help you in keep your Configuration Manager installation up-to date with latest updates. To install Service Connection Point Role, follow the below steps . Open Configuration Manager Console. From Workspace, Click on Administrations as shown in below screenshot In Navigation Pane – expand Site Configuration – Right click on Sites – and click on Add Site System Roles to proceed further. On General Screen, provide or...

Installing Reporting Services Point role in SCCM Current Branch 1702

In Today’s tutorial, we will learn about the Configuration of Reporting Services Point role in SCCM CB 1702. Before moving ahead, we will throw some lights on to understand the Reporting Services Point Role in SCCM. What is Reporting Services Point Role? A reporting services point integrates with SQL Server Reporting Services to create and manage reports for Configuration Manager. The reporting services point copies report folders and reports to SQL Server Reporting Services, applies the security policy for the reports and folders, and sets configuration settings in Reporting Services. The reporting services point is a site system role that must be configured on a server with Microsoft SQL Server reporting services installed and running. To install and configure follow the below steps. In the Configuration Manager console, Click on Administration, Site Configuration, right click on Sites and click on Add Site System roles. Provide the required details and Click next to continue. ...