Jump to content

Recommended Posts

Posted
... You can run "group policy results" to show expected outcome and "group policy modeling" to show actual results ...

 

Never used "modelling", I thought policy results gave you the actual settings currently applied on a client ?

  • 3 months later...
Posted
Never used "modelling", I thought policy results gave you the actual settings currently applied on a client ?

 

In addition to this, I'm trying to check some machines which we think have multiple GPO applied and I would like to get actual settings being applied. Is there a way to script this to output to a file for (ideally csv for comparison)?

  • 1 month later...
Posted

I generally do gpupdates of client computers via a batch file, which I have a shortcut to on my desktop. Essentially the batch file runs the following command (having asked for the computer name), but it also checks the PC is available and offers relevant follow-up options too. We don't see a command prompt window with this on our network.

psexec \\%RemotePCName% %systemroot%\system32\gpupdate.exe /force
Posted
I generally do gpupdates of client computers via a batch file, which I have a shortcut to on my desktop. Essentially the batch file runs the following command (having asked for the computer name), but it also checks the PC is available and offers relevant follow-up options too. We don't see a command prompt window with this on our network.

 

In case anyone doesn't know this PSExec can be found here. https://docs.microsoft.com/en-us/sysinternals/downloads/psexec

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...