Disease Posted March 11, 2010 Posted March 11, 2010 Anyone know how to find out which Domain Controller a machine is using for it's group policy? I know you can use GP Modelling Wizard, but is th a way to find out in real time whilst on the client? Thanks
Soulfish Posted March 11, 2010 Posted March 11, 2010 Running gpresult from a command prompt will give you a list of applied group policies and which DC they were applied from
Michael Posted March 11, 2010 Posted March 11, 2010 More than likely your server which is also your primary DNS. If you wanted to (as an experiment) manually insert just one of the two IPs of your DNS servers in turn on your workstation if you're trying to identify a fault. I would also check servers are replicating correctly by looking at the event logs.
roty80 Posted March 11, 2010 Posted March 11, 2010 (edited) Anyone know how to find out which Domain Controller a machine is using for it's group policy? I know you can use GP Modelling Wizard, but is th a way to find out in real time whilst on the client? Thanks open a command prompt type: echo %logonserver% Edited March 11, 2010 by roty80
powdarrmonkey Posted March 11, 2010 Posted March 11, 2010 open a command prompt type: echo %logonserver% That's not guaranteed; in some cases the server you used for authentication bounces you to somewhere else for policies when it's heavily loaded. gpresult will give you a definitive historical result ("what actually happened", rather than "what would happen if").
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now