SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
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.

Contenu connexe

Tendances

Group policy management window server 2008r2
Group policy management window server 2008r2Group policy management window server 2008r2
Group policy management window server 2008r2IGZ Software house
 
Presentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Presentation On Group Policy in Windows Server 2012 R2 By Barek-ITPresentation On Group Policy in Windows Server 2012 R2 By Barek-IT
Presentation On Group Policy in Windows Server 2012 R2 By Barek-ITMd. Abdul Barek
 
Chapter09 Implementing And Using Group Policy
Chapter09      Implementing And  Using  Group  PolicyChapter09      Implementing And  Using  Group  Policy
Chapter09 Implementing And Using Group PolicyRaja Waseem Akhtar
 
Group Policy Management Makes Your Life Easier
Group Policy Management Makes Your Life EasierGroup Policy Management Makes Your Life Easier
Group Policy Management Makes Your Life EasierSpiceworks Ziff Davis
 
Ad group policy1
Ad group policy1Ad group policy1
Ad group policy1denogx
 
Window 2003 server group policy AD
Window 2003 server group policy ADWindow 2003 server group policy AD
Window 2003 server group policy ADsentmery5
 
How To Troubleshoot Group Policy in Windows 10
How To Troubleshoot Group Policy in Windows 10How To Troubleshoot Group Policy in Windows 10
How To Troubleshoot Group Policy in Windows 10Global Knowledge Training
 
Microsoft 70-687 it exams dumps
 Microsoft 70-687 it exams dumps Microsoft 70-687 it exams dumps
Microsoft 70-687 it exams dumpslilylucy
 
usbblocking in desktop laptop
usbblocking in desktop laptopusbblocking in desktop laptop
usbblocking in desktop laptopsakthivel25
 
Deploying Windows Vista Service Pack 1
Deploying Windows Vista Service Pack 1Deploying Windows Vista Service Pack 1
Deploying Windows Vista Service Pack 1Microsoft TechNet
 

Tendances (13)

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

En vedette

Luna poletna sola geek ali genij, 14.8 public.
Luna poletna sola geek ali genij, 14.8 public. Luna poletna sola geek ali genij, 14.8 public.
Luna poletna sola geek ali genij, 14.8 public. Urska Saletinger
 
『コンテンツビジネスが活性化するために』サミーネットワークス佐藤氏
『コンテンツビジネスが活性化するために』サミーネットワークス佐藤氏『コンテンツビジネスが活性化するために』サミーネットワークス佐藤氏
『コンテンツビジネスが活性化するために』サミーネットワークス佐藤氏Developers Summit
 
Masterclass move marktstrategieën 17 juni 2011 atrive (3)
Masterclass move marktstrategieën 17 juni 2011 atrive (3)Masterclass move marktstrategieën 17 juni 2011 atrive (3)
Masterclass move marktstrategieën 17 juni 2011 atrive (3)Atrivé
 
Set a password in a word document
Set a password in a word documentSet a password in a word document
Set a password in a word documentRavi Kumar Lanke
 
How to install windows vista
How to install windows vistaHow to install windows vista
How to install windows vistaRavi Kumar Lanke
 
Ncip Information
Ncip InformationNcip Information
Ncip InformationSue Bennett
 
【送付用】ふらっとーほく活動紹介 20130401
【送付用】ふらっとーほく活動紹介 20130401【送付用】ふらっとーほく活動紹介 20130401
【送付用】ふらっとーほく活動紹介 20130401mattsunn
 
Step by step guide for setting up windows server 2012 domain controller
Step by step guide for setting up windows server 2012 domain controllerStep by step guide for setting up windows server 2012 domain controller
Step by step guide for setting up windows server 2012 domain controllerRavi Kumar Lanke
 
LGBT Social Media Marketing for 2014
LGBT Social Media Marketing for 2014LGBT Social Media Marketing for 2014
LGBT Social Media Marketing for 2014Matt Skallerud
 
How to Launch your own web based broadcasting network!
How to Launch your own web based broadcasting network!How to Launch your own web based broadcasting network!
How to Launch your own web based broadcasting network!Andeel Ali
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerRavi Kumar Lanke
 
СПА-Форум в Новосибирске, Продвижение СПА&Wellness услуг в Интернете
СПА-Форум в Новосибирске, Продвижение СПА&Wellness услуг в ИнтернетеСПА-Форум в Новосибирске, Продвижение СПА&Wellness услуг в Интернете
СПА-Форум в Новосибирске, Продвижение СПА&Wellness услуг в ИнтернетеFert
 
How to get the mother board ram and other computer information without openi...
How to get the mother board ram  and other computer information without openi...How to get the mother board ram  and other computer information without openi...
How to get the mother board ram and other computer information without openi...Ravi Kumar Lanke
 

En vedette (20)

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

Similaire à Windows server 2012 and group policy

Installation of server 2008 r2
Installation of server 2008 r2Installation of server 2008 r2
Installation of server 2008 r2lloydjasonVicente
 
Win Connections Group Policy Changes (Harold W)
Win Connections   Group Policy Changes (Harold W)Win Connections   Group Policy Changes (Harold W)
Win Connections Group Policy Changes (Harold W)Harold Wong
 
Win Connections Group Policy Changes ( Harold W)
Win  Connections    Group  Policy  Changes ( Harold W)Win  Connections    Group  Policy  Changes ( Harold W)
Win Connections Group Policy Changes ( Harold W)Harold Wong
 
Server-410_RatanMohapatra
Server-410_RatanMohapatraServer-410_RatanMohapatra
Server-410_RatanMohapatraRatan Mohapatra
 
Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210raman pattanaik
 
Merged document
Merged documentMerged document
Merged documentsreeja_16
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server BuildRobert Jones
 
Windows tuning guide_for_vspace
Windows tuning guide_for_vspaceWindows tuning guide_for_vspace
Windows tuning guide_for_vspacekaduger
 
manual vvtk camera_st7501
manual vvtk camera_st7501manual vvtk camera_st7501
manual vvtk camera_st7501TSOLUTIONS
 
Arcelor Mittal intern
Arcelor Mittal internArcelor Mittal intern
Arcelor Mittal internAnshul Jain
 
Sccm Interview Questions and Answers
Sccm Interview Questions and AnswersSccm Interview Questions and Answers
Sccm Interview Questions and AnswersKashifSCCMTrainer
 
Monitoring of computers
Monitoring of computers Monitoring of computers
Monitoring of computers carlosrudy_45
 
CTU June 2011 - Guided Hands on Lab on GPO - GPP
CTU June 2011 - Guided Hands on Lab on GPO - GPPCTU June 2011 - Guided Hands on Lab on GPO - GPP
CTU June 2011 - Guided Hands on Lab on GPO - GPPSpiffy
 
How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7VCP Muthukrishna
 
Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0Rawntech Mak
 
Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)
Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)
Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)Intergen
 
Test Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base ConfigurationTest Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base ConfigurationTiago Henrique Ribeiro Ferreira
 
access-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptxaccess-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptxJosue138778
 
CMIT 370 FINAL EXAM
CMIT 370 FINAL EXAMCMIT 370 FINAL EXAM
CMIT 370 FINAL EXAMHamesKellor
 

Similaire à Windows server 2012 and group policy (20)

Installation of server 2008 r2
Installation of server 2008 r2Installation of server 2008 r2
Installation of server 2008 r2
 
Win Connections Group Policy Changes (Harold W)
Win Connections   Group Policy Changes (Harold W)Win Connections   Group Policy Changes (Harold W)
Win Connections Group Policy Changes (Harold W)
 
Win Connections Group Policy Changes ( Harold W)
Win  Connections    Group  Policy  Changes ( Harold W)Win  Connections    Group  Policy  Changes ( Harold W)
Win Connections Group Policy Changes ( Harold W)
 
Server-410_RatanMohapatra
Server-410_RatanMohapatraServer-410_RatanMohapatra
Server-410_RatanMohapatra
 
Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210
 
Merged document
Merged documentMerged document
Merged document
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
Windows tuning guide_for_vspace
Windows tuning guide_for_vspaceWindows tuning guide_for_vspace
Windows tuning guide_for_vspace
 
manual vvtk camera_st7501
manual vvtk camera_st7501manual vvtk camera_st7501
manual vvtk camera_st7501
 
Arcelor Mittal intern
Arcelor Mittal internArcelor Mittal intern
Arcelor Mittal intern
 
Sccm Interview Questions and Answers
Sccm Interview Questions and AnswersSccm Interview Questions and Answers
Sccm Interview Questions and Answers
 
Monitoring of computers
Monitoring of computers Monitoring of computers
Monitoring of computers
 
CTU June 2011 - Guided Hands on Lab on GPO - GPP
CTU June 2011 - Guided Hands on Lab on GPO - GPPCTU June 2011 - Guided Hands on Lab on GPO - GPP
CTU June 2011 - Guided Hands on Lab on GPO - GPP
 
How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7How To Install and Configure SNMP on RHEL 7 or CentOS 7
How To Install and Configure SNMP on RHEL 7 or CentOS 7
 
John
JohnJohn
John
 
Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0Smart pos stepbystep-v2-0
Smart pos stepbystep-v2-0
 
Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)
Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)
Windows Accelerate IT Pro Bootcamp: Platform Delivery (Module 2 of 8)
 
Test Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base ConfigurationTest Lab Guide: Windows Server 2012 R2 Base Configuration
Test Lab Guide: Windows Server 2012 R2 Base Configuration
 
access-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptxaccess-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptx
 
CMIT 370 FINAL EXAM
CMIT 370 FINAL EXAMCMIT 370 FINAL EXAM
CMIT 370 FINAL EXAM
 

Plus de Ravi Kumar Lanke

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessionsRavi Kumar Lanke
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Ravi Kumar Lanke
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseRavi Kumar Lanke
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Ravi Kumar Lanke
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Ravi Kumar Lanke
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitRavi Kumar Lanke
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Ravi Kumar Lanke
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Ravi Kumar Lanke
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac addressRavi Kumar Lanke
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406Ravi Kumar Lanke
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitRavi Kumar Lanke
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Ravi Kumar Lanke
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windowsRavi Kumar Lanke
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...Ravi Kumar Lanke
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task managerRavi Kumar Lanke
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksRavi Kumar Lanke
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerceRavi Kumar Lanke
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser titleRavi Kumar Lanke
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle databaseRavi Kumar Lanke
 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsRavi Kumar Lanke
 

Plus de Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
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
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
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 bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windows
 

Dernier

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Dernier (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

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.