PDA

View Full Version : Setting a Group Policy possible?



NewsArchive
12-09-2013, 02:34 AM
Hi Friedrich,

Is it possible to set a Group Policy with SetupBuilder?

--
Best regards,
Jeffrey

NewsArchive
12-09-2013, 02:35 AM
Hi Jeffrey,

>
> Is it possible to set a Group Policy with SetupBuilder?
>

As far as I know, the Windows GP PowerShell module includes a cmdlet called
Set-GPRegistryValue that lets you poke values directly into the underlying
registry.pol file within the GPO. You have to know the correct registry
keys and values to do that.

http://technet.microsoft.com/en-us/library/ee461034.aspx

It's not a trivial task to do. You can call the PowerShell cmdlet from
SetupBuilder.

Friedrich

NewsArchive
12-09-2013, 10:52 AM
Also probably important to know the situation.
The group policy hierarchy is processed in LSDO order, and the last guy
processed wins if there's a conflict between, say, what's on the local
machine and what's in a domain policy.

http://technet.microsoft.com/en-us/library/cc785665%28v=ws.10%29.aspx

Jane Fleming