Skip to content
Eric C. Singer edited this page Sep 16, 2018 · 5 revisions

Introduction:

This Powershell module will be a collection of functions related to local group policy (GPO).

How this module will be used:

This module can be used to retrieve, add and remove local GPO security settings.

How the versioning works:

Magor version: I will only increment the major version if there are breaking changes in this module.

Minor version: I will only increment the minor version if there are new features. New features could be anything from new functions, to something as small as adding a parameter.

Revision version: This will only be incremented when there are bug fixes, spelling fixes, or even performance improvements.

How to retrieve this module:

The easiest way to access this module is to retrieve it from the Powershell public repository. Fire up Powershell, and run the following commands depending on which action you attempting to perform.

If you only want to install this module or update this module, use the following:

Install Module:

Install-Module -Name ECS.LocalGPO

Upgrade and existing module:

Update-Module -Name ECS.LocalGPO

Dependent modules:

  • ECS.WindowsGeneric

Contributions:

Presuming someone wants to help make this module better, by all means it's appreciated. Feel free to submit a pull request, and if everything checks out, I'll commit it, and also provide credit for your contributions.