Top "Group-policy" questions

Group Policy is a feature of the Microsoft Windows NT family of operating systems that control the working environment of user accounts and computer accounts.

How to install GroupPolicy module for PowerShell?

I just started writing scripts in PowerShell. The desired script is supposed to create a local GroupPolicyObject (GPO) which will …

powershell module windows-7 group-policy gpo
Script to modify Local Group Policy Editor?(internet setting autocomplete)

I am trying to automate the turn off all AutoComplete Internet Settings in Local Group Policy Editor by scripting in …

internet-explorer autocomplete registry inno-setup group-policy
How to get/set/update registry value through group policy cmdlet of Windows PowerShell?

I have configured the EventForwarding Manually but I was wondeing If I could do it programmatically and I came across …

powershell windows-server cmdlets group-policy
Windows 7 Group Policy Editor- shutdown batch file not executing

Trying to run a simple batch file at windows shutdown. Filename is log.bat, contents is single line: DEL C:\…

windows batch-file group-policy
Is there any way to programmatically add a startup script to the local group policy?

I need to write a script that can add itself to the startup scripts in the local group policy so …

windows scripting wmi group-policy
Reading Local Group Policy / Active Directory Settings

I'm writing a C# program that will enforce password complexity in accordance with the Windows Group Policy setting "Password must …

c# .net active-directory group-policy
GPO settings - will they overwrite registry modifications on client machine?

I have installed a windows application, whose configuration settings come from a GPO (User configuration) on a Windows Server 2003 machine. …

registry group-policy
How to prevent the domain group policy from being applied to local system which is put in domain

When I try to put my local system in domain. Certain domain group policies gets applied to my local system …

dns active-directory operating-system group-policy gpo
How to programmatically check the "Password must meet complexity requirements" group policy setting?

Window has five group policy settings related to password security: Enforce password history Maximum password age Minimum password age Minimum …

windows security winapi group-policy