Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Change group policy using windows CMD. what is the correct command line ?

user-image
Question added by Deleted user
Date Posted: 2014/07/04
Anas Jalal Yahya
by Anas Jalal Yahya , Freelance Consultant, Project Manager and Trainer , Freelance

Hi,

 

Use these tools on CMD to manage and play with GP:

- gpedit.msc : to access the local group policy

- gpmc.msc : to access the domain group policy, installed by default on DC

- gpupdate : to update, refresh and apply the new group policy settings

-gpresult : to view the apploied GPOs and some settings.

 

Noe that there ares some other commands can be used on powershell for managing and dministering GP.

 

HTH

Best Regards,

 

 

To access directly into Group Policy Editor with only one CMD command :

gpedit.msc

 To refresh local and Active Directory-based Group Policy settings, including security settings :

 

gpupdate /force

Khaled Qawasmeh
by Khaled Qawasmeh , Head of Infrastructure and Information Security , Saudi Paper Group

GPMC If you know anything about Group Policy, you probably know that GPMC is used to manage Active Directory-based Group Policy. GPMC provides a comprehensive set of Component Object Model (COM) interfaces that you can use to script many operations. 

GPFIXUP This is used to resolve domain name dependencies in Group Policy objects and Group Policy links after a domain rename operation. 

GPRESULT You can use this tool to see what policy is in effect and to troubleshoot policy problems. 

GPUPDATE This lets you refresh Group Policy manually. Gpupdate replaces the SECEDIT /refreshpolicy tool that was available in Windows2000. If you type gpupdate at a command prompt, both the Computer Configuration settings and the User Configuration settings in Group Policy will be refreshed on the local computer. 

LDIFDE This tool is used to import and export directory information. You can use LDIFDE to help you perform advanced backup and recovery of policy settings that are stored outside of GPOs. Specifically, you can use this tool to back up and restore a large number of Windows Management Instrumentation (WMI) filters at one time. 

Muhammad Anzar
by Muhammad Anzar , DevOps/DevSecOps Architect , Confidential

Nice question. Please see the answer

 

The local Group Policy object on ThisComputerName

gpedit.msc /gpcomputer:" ThisComputerName "

The local Group Policy object on ThisComputerName(specified in the DNS style)

gpedit.msc /gpcomputer:" ThisComputerName.domain.com "

Group Policy objects stored in Active Directory

gpedit.msc /gpobject:"LDAP://CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=WingTipToys,DC=com"

Note

  • The GUID for the Group Policy object above is a fictitious example. 

Kefayat Ur Rehman
by Kefayat Ur Rehman , System Engineer , Pakistan Herald Publication Pvt. Ltd

When we do some changes in group polices we use "gpupdate" CMD to update group policy

Syed Kazim Ali Shah
by Syed Kazim Ali Shah , Data Analyst , World Health Organization - Pakistan Office

You can use powershell scripts on startup

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.