Posts Tagged ‘Checking Local Group Policy’
2003 server - Wednesday, March 5, 2008 6:59 - 0 Comments
Checking Local Group Policy
Here’s a simple way of checking the Local GPO on a user’s machine while the user is logged on:
1. Ask them to turn their head or go away so they don’t see you type a password.
2. Open a command prompt and type runas /user:machinenameusername “mmc gpedit.msc” where machinename is the name of the user’s computer and username is the name of the local administrator account on that machine.
3. Type the password for the local administrator account on that machine.
Group Policy Object Editor now opens and displays the *local* Group Policy settings that are defined on that machine. You can tell it’s the LGPO since the root node is displayed as Local Computer Policy.
Further tips:
– Typing runas gpedit.msc doesn’t work because *.msc files aren’t executable. You must type runas “mmc gpedit.msc”
– Local Group Policy settings aren’t displayed when you run the Group Policy Results wizard in the GPMC, which is a good reason for never configuring local computer policies in the first place!
– Why would some computers from older Windows 2000/XP deployments actually have local computer policies configured? Usually when an administrator has run the Security Configuration and Analysis console on the machine to apply a secure or highly secure template to the machine for security reasons before the machine joined the domain
Article written by MyComputerAid.com