Skip to content

A PowerShell Module that provides an easy way to create and manage Active Directory Dynamic Security Groups.

License

Notifications You must be signed in to change notification settings

JustsparkNL/PSDynamicSecurityGroups

Repository files navigation

PSDynamicSecurityGroups

LicenseBadge PSGalleryVersionBadge

PSDynamicSecurityGroups

A PowerShell Module that provides an easy way to create and manage Active Directory Dynamic Security Groups.

Description

A PowerShell Module that provides an easy way to create and manage Active Directory Dynamic Security Groups.

Introduction

Requirements

Installation

Powershell Gallery (PS 5.0, Preferred method) install-module PSDynamicSecurityGroups

Manual Installation iex (New-Object Net.WebClient).DownloadString("https://github.com/GraficomGroup/PSDynamicSecurityGroups/raw/master/Install.ps1")

Or clone this repository to your local machine, extract, go to the .\releases\PSDynamicSecurityGroups directory and import the module to your session to test, but not install this module.

Features

Versions

1.0.0 - Initial Release

1.0.1 - Updated mandatory flag of description. Updated all functions to the function template.

1.0.2 - Ensure that Update-DSG handles errors gracefully. Removed multiple OU support. Updated License.

Contribute

Please feel free to contribute by opening new issues or providing pull requests. For the best development experience, open this project as a folder in Visual Studio Code and ensure that the PowerShell extension is installed.

  • [Visual Studio Code]
  • [PowerShell Extension]

Other Information

Author: Justin Perdok, Graficom Group

Website: https://github.com/GraficomGroup/PSDynamicSecurityGroups

About

A PowerShell Module that provides an easy way to create and manage Active Directory Dynamic Security Groups.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published