SlideShare a Scribd company logo
2
Most read
PREPARED BY RAVI KUMAR LANKE Page 1
Windows Server 2012 and
Group Policy
I've always been a great fan of Group Policy Objects. They are a fantastic way to retain control of your
environment. With Windows Server 2012 the good things keep coming. Today we will look at some of what’s new in
Group Policy in Windows Server 2012. more specifically we will discuss the following:
 Remote Group Policy Update
 Group Policy infrastructure status
 Local Group Policy support for Windows RT
If you want to follow along, I suggest you download the evaluation of Windows Servers 2012 and use the info in
this post to setup your own lab and get acquainted with all the value you can extract from Windows Server 2012 and
Group Policies
Remote Group Policy Update
We can now refresh Group Policy settings, including security settings that are set on a group of remote computers.
BAMM!! no more need to call someone local and ask them to issue the old “GPUPDATE /FORCE” command.
it’s right there in the Group Policy Management Console (GPMC). This functionality schedules a task on all computers
in a selected OU, which refreshes the computer and user Group Policy settings. As long as those computer are
running one of the following OS:
 Windows Server 2012
 Windows Server 2008 R2
 Windows Server 2008
 Windows 8
 Windows 7
 Windows Vista
for anything else… you’re stuck with calling someone. or RDP in that machine and do it yourself.
One other requirement…
To schedule a Group Policy refresh for domain-joined computers you must have firewall rules that enable inbound
network traffic on the ports listed in the following table.
Server port Type of network traffic
PREPARED BY RAVI KUMAR LANKE Page 2
TCP RPC dynamic ports, Schedule (Task Scheduler
service)
Remote Scheduled Tasks Management (RPC)
TCP port 135, RPCSS (Remote Procedure Call service) Remote Scheduled Tasks Management (RPC-EPMAP)
TCP all ports, Winmgmt (Windows Management
Instrumentation service)
Windows Management Instrumentation (WMI-in)
There is already a started GPO that has all the required settings to facilitate your task. So use it and make a new
GPO that will open all the appropriate ports in your environment. It is a best practice to create a new GPO from this
Starter GPO and link the GPO to your domain, at a higher precedence than the Default Domain GPO, in order to
configure all computers in the domain to enable a remote Group Policy refresh.
1- Right-click the OU on which you want to refresh the policy.
PREPARED BY RAVI KUMAR LANKE Page 3
2- Select “Group Policy Update”
3- you’ll be prompted to confirm that you want to run the update. Click “Yes” and you’re done.
PREPARED BY RAVI KUMAR LANKE Page 4
You can also use PowerShell to achieve the same results. for example, if you wanted to force the update on a single
computer. you would use the following command:
Invoke-GPUpdate –Computer <Name> -Force
to force the update on a complete OU, you would combine the Get-ADComputer with the Invoke-
GPUpdatecmdlet and set the –-RandomDelayInMinutes to 0. For example, to force a refresh of all Group Policy
settings for all computers in the Montreal OU of the PRlab.com domain, type the following:
Get-ADComputer –filter * -Searchbase "ou=Montreal,
dc=prlab,dc=com" | foreach{ Invoke-GPUpdate –computer
$_.name –force –-RandomDelayInMinutes 0}
more info here: http://technet.microsoft.com/en-us/library/jj134201.aspx
Group Policy infrastructure status
Group Policy can be a complicated infrastructure that give the administrators and the organization the tools to
control, remotely computer and user experience in a domain. And up to ow the troubleshooting was mostly reactive.
An expected result does not occur, a user call reporting missing configuration, ect… And we jump to action.
Some organization have huge reach, across continents and time zones…. This can cause replication lag that will
affect the GPO infrastructure and the way they are applied. In previous versions of Windows, while there were tools,
such as GPOtool.exe, to get a view of the GPO replication, it provided inconsistent information.
PREPARED BY RAVI KUMAR LANKE Page 5
In Windows Server® 2012 the Group Policy Management Console (GPMC) has been enhanced to provide a report on
the overall health state of the Group Policy infrastructure for a domain or to scope the health view down to a single
GPO.
New for Windows Server 2012 is a graphical reporting feature in GPMC that allows you to choose a baseline domain
controller for comparison and see the current Group Policy replication status along with any synchronization details
when a comparison finds a differential from the baseline domain controller.
To create and analyze an infrastructure status report
1. To run an infrastructure status report:
o For an entire domain, in the GPMC console tree, locate the domain for which you want to check the
replication status of all the GPOs. Click the selected domain.
o For a single GPO, in the GPMC console tree, navigate to the Group Policy Objects container.
Expand the Group Policy Objects container and click the GPO for which you want to check the
replication status.
2. Click the Status tab in the results pane.
3. Click the Detect Now button to gather infrastructure status from all of the domain controllers in this
domain.
This will display the status of Active Directory and SYSVOL replication as it relates to all Group Policy Objects or a
single Group Policy Object.
PREPARED BY RAVI KUMAR LANKE Page 6
What works differently?
In Windows Server 2012, you no longer need to download and run a separate tool for monitoring and diagnosing
replication issues related to Group Policy at the domain level. Potential differences that can be viewed by using the
Group Policy infrastructure status are:
 Active Directory and SYSVOL security descriptor (ACL details)
 Active Directory and SYSVOL GPO version details
 Number of GPOs listed in Active Directory and SYSVOL for each domain controller
Local Group Policy support for Windows RT
Local Group Policy is available for Windows RT. It is off by default, but can be turned on by the local
administrator. don't get exited… it does not mean that you can join Windows 8 RT to the domain…. but you can
configure policies on the RT device to control the experience of users.
On Windows RT devices, the Group Policy Client service is disabled by default. The Group Policy Client service must
be set to Automatic and started by the administrator before Group Policy is processed on the device.
To turn on the Group Policy Client service
PREPARED BY RAVI KUMAR LANKE Page 7
1- From the start screen, type Services.msc.
2-Double-click Group Policy Client to open the Group Policy Client Properties (Local Computer) dialog box.
PREPARED BY RAVI KUMAR LANKE Page 8
o Set the Startup type to Automatic
o click Apply
o and then click the Start button.
Once that’s done you can edit the Local policy using the Group Policy Object Snap-in in the MMC console.

More Related Content

PPTX
Group policy preferences
PPTX
Useful Group Policy Concepts
PPTX
Group Policy Preferences, Templates, And Scripting
PDF
Windows Server 2008 R2 Group Policy Changes
PPT
70 640 Lesson07 Ppt 041009
PPTX
Group Policy Windows Server 2008
PPTX
Group policy Best Practices
PPTX
Securing Windows with Group Policy
Group policy preferences
Useful Group Policy Concepts
Group Policy Preferences, Templates, And Scripting
Windows Server 2008 R2 Group Policy Changes
70 640 Lesson07 Ppt 041009
Group Policy Windows Server 2008
Group policy Best Practices
Securing Windows with Group Policy

What's hot (13)

PPTX
Group policy management window server 2008r2
PPTX
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
PPT
Chapter09 Implementing And Using Group Policy
PDF
Group Policy
PPT
Mcts chapter 7
PPTX
Group Policy Management Makes Your Life Easier
PPT
Ad group policy1
DOC
Window 2003 server group policy AD
PPTX
How To Troubleshoot Group Policy in Windows 10
PDF
Microsoft 70-687 it exams dumps
DOCX
usbblocking in desktop laptop
PPTX
Deploying Windows Vista Service Pack 1
DOCX
Computer networking demo
Group policy management window server 2008r2
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Chapter09 Implementing And Using Group Policy
Group Policy
Mcts chapter 7
Group Policy Management Makes Your Life Easier
Ad group policy1
Window 2003 server group policy AD
How To Troubleshoot Group Policy in Windows 10
Microsoft 70-687 it exams dumps
usbblocking in desktop laptop
Deploying Windows Vista Service Pack 1
Computer networking demo
Ad

Viewers also liked (20)

PPTX
Luna poletna sola geek ali genij, 14.8 public.
DOC
Noticias TIC julio 2012
PDF
『コンテンツビジネスが活性化するために』サミーネットワークス佐藤氏
PPT
Masterclass move marktstrategieën 17 juni 2011 atrive (3)
PDF
Installing firefox
PDF
Set a password in a word document
PDF
How to install windows vista
DOC
Ncip Information
PDF
How to install windows 98
PDF
【送付用】ふらっとーほく活動紹介 20130401
PDF
Step by step guide for setting up windows server 2012 domain controller
PPTX
Verduurzamen van gemeentelijk vastgoed met een ESCo
PPTX
LGBT Social Media Marketing for 2014
PDF
How to Launch your own web based broadcasting network!
PPTX
Presentazione af
PDF
How to deploy rpd and catalog without enterprise manger
PPT
Copilaria
PPT
СПА-Форум в Новосибирске, Продвижение СПА&Wellness услуг в Интернете
PDF
How to get the mother board ram and other computer information without openi...
Luna poletna sola geek ali genij, 14.8 public.
Noticias TIC julio 2012
『コンテンツビジネスが活性化するために』サミーネットワークス佐藤氏
Masterclass move marktstrategieën 17 juni 2011 atrive (3)
Installing firefox
Set a password in a word document
How to install windows vista
Ncip Information
How to install windows 98
【送付用】ふらっとーほく活動紹介 20130401
Step by step guide for setting up windows server 2012 domain controller
Verduurzamen van gemeentelijk vastgoed met een ESCo
LGBT Social Media Marketing for 2014
How to Launch your own web based broadcasting network!
Presentazione af
How to deploy rpd and catalog without enterprise manger
Copilaria
СПА-Форум в Новосибирске, Продвижение СПА&Wellness услуг в Интернете
How to get the mother board ram and other computer information without openi...
Ad

Similar to Windows server 2012 and group policy (20)

PPTX
Win Connections Group Policy Changes ( Harold W)
PPTX
Win Connections Group Policy Changes (Harold W)
PPTX
Desktop management and support
PPTX
Microsoft Offical Course 20410C_11
PPTX
A.Group Policy and group policy obj.pptx
PPT
Configuring Windows Using Group Policy.ppt
PPTX
Windows 7 Manageability Solutions
PPT
Understanding Group Policy Object Windows Server
PPT
Network Implementation and Support Lesson 09 Group Policy - Eric Vanderburg
PPTX
10 implementing GPOs
PPTX
Citrix Group Policy Troubleshooting for XenApp and XenDesktop
PPTX
Citrix TechEdge 2014 - Citrix Group Policy Troubleshooting for XenApp and Xen...
PPT
Group policy objects
PPTX
Citrix group policy troubleshooting for xen app and xendesktop
PPTX
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...
PDF
System and Network Administraation Chapter 3
DOCX
© 2015 Jones and Bartlett Learning, LLC, an Ascend Learning Co.docx
PPTX
Microsoft Windows 7 Enhanced Security And Control
PPTX
Windows 7 Feature Overview
PPTX
Domain wide organisation policy
Win Connections Group Policy Changes ( Harold W)
Win Connections Group Policy Changes (Harold W)
Desktop management and support
Microsoft Offical Course 20410C_11
A.Group Policy and group policy obj.pptx
Configuring Windows Using Group Policy.ppt
Windows 7 Manageability Solutions
Understanding Group Policy Object Windows Server
Network Implementation and Support Lesson 09 Group Policy - Eric Vanderburg
10 implementing GPOs
Citrix Group Policy Troubleshooting for XenApp and XenDesktop
Citrix TechEdge 2014 - Citrix Group Policy Troubleshooting for XenApp and Xen...
Group policy objects
Citrix group policy troubleshooting for xen app and xendesktop
Automating Desktop Management with Windows Powershell V2.0 and Group Policy M...
System and Network Administraation Chapter 3
© 2015 Jones and Bartlett Learning, LLC, an Ascend Learning Co.docx
Microsoft Windows 7 Enhanced Security And Control
Windows 7 Feature Overview
Domain wide organisation policy

More from Ravi Kumar Lanke (20)

PPTX
mariadb_odbc_step_by_step_implementation.pptx
PPTX
Local users and groups missing in windows 10.pptx
PPT
Steps for Multimedia Signal Processesing.ppt
PPT
An overview of concepts of Sentiment Analysis
PPT
Step by Step Oracle Virtual Manager Installation.ppt
PPTX
CA workload Automation Tool Power Point Presentation
PDF
Creating and configuring vnc sessions
PDF
Copying files between linux machines using scp and ssh without linux user pas...
PDF
Exporting schema to dmp file and importing it into other oracle database
PDF
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
PDF
Installing solaris on virtual box and installing weblogic server
PDF
Enabling remote desktop connection on windows 7 64 bit
PDF
Connecting to the remote database through sql developer without database clie...
PDF
Setting home path class path and path for java on windows 7
PDF
How to find ip and mac address
PDF
Step by step deployment of sampleappv406
PDF
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
PDF
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
PDF
Installing my sql on windows
PDF
How to prevent access to command prompt and registry editing tools and window...
mariadb_odbc_step_by_step_implementation.pptx
Local users and groups missing in windows 10.pptx
Steps for Multimedia Signal Processesing.ppt
An overview of concepts of Sentiment Analysis
Step by Step Oracle Virtual Manager Installation.ppt
CA workload Automation Tool Power Point Presentation
Creating and configuring vnc sessions
Copying files between linux machines using scp and ssh without linux user pas...
Exporting schema to dmp file and importing it into other oracle database
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing solaris on virtual box and installing weblogic server
Enabling remote desktop connection on windows 7 64 bit
Connecting to the remote database through sql developer without database clie...
Setting home path class path and path for java on windows 7
How to find ip and mac address
Step by step deployment of sampleappv406
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing my sql on windows
How to prevent access to command prompt and registry editing tools and window...

Recently uploaded (20)

PPTX
Cell Structure & Organelles in detailed.
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Yogi Goddess Pres Conference Studio Updates
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Complications of Minimal Access Surgery at WLH
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Pharma ospi slides which help in ospi learning
PDF
Weekly quiz Compilation Jan -July 25.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
Cell Structure & Organelles in detailed.
Orientation - ARALprogram of Deped to the Parents.pptx
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
human mycosis Human fungal infections are called human mycosis..pptx
Supply Chain Operations Speaking Notes -ICLT Program
STATICS OF THE RIGID BODIES Hibbelers.pdf
Computing-Curriculum for Schools in Ghana
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Microbial disease of the cardiovascular and lymphatic systems
Final Presentation General Medicine 03-08-2024.pptx
Yogi Goddess Pres Conference Studio Updates
A systematic review of self-coping strategies used by university students to ...
VCE English Exam - Section C Student Revision Booklet
Complications of Minimal Access Surgery at WLH
GDM (1) (1).pptx small presentation for students
Pharma ospi slides which help in ospi learning
Weekly quiz Compilation Jan -July 25.pdf
Final Presentation General Medicine 03-08-2024.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Module 4: Burden of Disease Tutorial Slides S2 2025

Windows server 2012 and group policy

  • 1. PREPARED BY RAVI KUMAR LANKE Page 1 Windows Server 2012 and Group Policy I've always been a great fan of Group Policy Objects. They are a fantastic way to retain control of your environment. With Windows Server 2012 the good things keep coming. Today we will look at some of what’s new in Group Policy in Windows Server 2012. more specifically we will discuss the following:  Remote Group Policy Update  Group Policy infrastructure status  Local Group Policy support for Windows RT If you want to follow along, I suggest you download the evaluation of Windows Servers 2012 and use the info in this post to setup your own lab and get acquainted with all the value you can extract from Windows Server 2012 and Group Policies Remote Group Policy Update We can now refresh Group Policy settings, including security settings that are set on a group of remote computers. BAMM!! no more need to call someone local and ask them to issue the old “GPUPDATE /FORCE” command. it’s right there in the Group Policy Management Console (GPMC). This functionality schedules a task on all computers in a selected OU, which refreshes the computer and user Group Policy settings. As long as those computer are running one of the following OS:  Windows Server 2012  Windows Server 2008 R2  Windows Server 2008  Windows 8  Windows 7  Windows Vista for anything else… you’re stuck with calling someone. or RDP in that machine and do it yourself. One other requirement… To schedule a Group Policy refresh for domain-joined computers you must have firewall rules that enable inbound network traffic on the ports listed in the following table. Server port Type of network traffic
  • 2. PREPARED BY RAVI KUMAR LANKE Page 2 TCP RPC dynamic ports, Schedule (Task Scheduler service) Remote Scheduled Tasks Management (RPC) TCP port 135, RPCSS (Remote Procedure Call service) Remote Scheduled Tasks Management (RPC-EPMAP) TCP all ports, Winmgmt (Windows Management Instrumentation service) Windows Management Instrumentation (WMI-in) There is already a started GPO that has all the required settings to facilitate your task. So use it and make a new GPO that will open all the appropriate ports in your environment. It is a best practice to create a new GPO from this Starter GPO and link the GPO to your domain, at a higher precedence than the Default Domain GPO, in order to configure all computers in the domain to enable a remote Group Policy refresh. 1- Right-click the OU on which you want to refresh the policy.
  • 3. PREPARED BY RAVI KUMAR LANKE Page 3 2- Select “Group Policy Update” 3- you’ll be prompted to confirm that you want to run the update. Click “Yes” and you’re done.
  • 4. PREPARED BY RAVI KUMAR LANKE Page 4 You can also use PowerShell to achieve the same results. for example, if you wanted to force the update on a single computer. you would use the following command: Invoke-GPUpdate –Computer <Name> -Force to force the update on a complete OU, you would combine the Get-ADComputer with the Invoke- GPUpdatecmdlet and set the –-RandomDelayInMinutes to 0. For example, to force a refresh of all Group Policy settings for all computers in the Montreal OU of the PRlab.com domain, type the following: Get-ADComputer –filter * -Searchbase "ou=Montreal, dc=prlab,dc=com" | foreach{ Invoke-GPUpdate –computer $_.name –force –-RandomDelayInMinutes 0} more info here: http://technet.microsoft.com/en-us/library/jj134201.aspx Group Policy infrastructure status Group Policy can be a complicated infrastructure that give the administrators and the organization the tools to control, remotely computer and user experience in a domain. And up to ow the troubleshooting was mostly reactive. An expected result does not occur, a user call reporting missing configuration, ect… And we jump to action. Some organization have huge reach, across continents and time zones…. This can cause replication lag that will affect the GPO infrastructure and the way they are applied. In previous versions of Windows, while there were tools, such as GPOtool.exe, to get a view of the GPO replication, it provided inconsistent information.
  • 5. PREPARED BY RAVI KUMAR LANKE Page 5 In Windows Server® 2012 the Group Policy Management Console (GPMC) has been enhanced to provide a report on the overall health state of the Group Policy infrastructure for a domain or to scope the health view down to a single GPO. New for Windows Server 2012 is a graphical reporting feature in GPMC that allows you to choose a baseline domain controller for comparison and see the current Group Policy replication status along with any synchronization details when a comparison finds a differential from the baseline domain controller. To create and analyze an infrastructure status report 1. To run an infrastructure status report: o For an entire domain, in the GPMC console tree, locate the domain for which you want to check the replication status of all the GPOs. Click the selected domain. o For a single GPO, in the GPMC console tree, navigate to the Group Policy Objects container. Expand the Group Policy Objects container and click the GPO for which you want to check the replication status. 2. Click the Status tab in the results pane. 3. Click the Detect Now button to gather infrastructure status from all of the domain controllers in this domain. This will display the status of Active Directory and SYSVOL replication as it relates to all Group Policy Objects or a single Group Policy Object.
  • 6. PREPARED BY RAVI KUMAR LANKE Page 6 What works differently? In Windows Server 2012, you no longer need to download and run a separate tool for monitoring and diagnosing replication issues related to Group Policy at the domain level. Potential differences that can be viewed by using the Group Policy infrastructure status are:  Active Directory and SYSVOL security descriptor (ACL details)  Active Directory and SYSVOL GPO version details  Number of GPOs listed in Active Directory and SYSVOL for each domain controller Local Group Policy support for Windows RT Local Group Policy is available for Windows RT. It is off by default, but can be turned on by the local administrator. don't get exited… it does not mean that you can join Windows 8 RT to the domain…. but you can configure policies on the RT device to control the experience of users. On Windows RT devices, the Group Policy Client service is disabled by default. The Group Policy Client service must be set to Automatic and started by the administrator before Group Policy is processed on the device. To turn on the Group Policy Client service
  • 7. PREPARED BY RAVI KUMAR LANKE Page 7 1- From the start screen, type Services.msc. 2-Double-click Group Policy Client to open the Group Policy Client Properties (Local Computer) dialog box.
  • 8. PREPARED BY RAVI KUMAR LANKE Page 8 o Set the Startup type to Automatic o click Apply o and then click the Start button. Once that’s done you can edit the Local policy using the Group Policy Object Snap-in in the MMC console.