A PowerShell Module that provides an easy way to create and manage Active Directory Dynamic Security Groups.
A PowerShell Module that provides an easy way to create and manage Active Directory Dynamic Security Groups.
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.
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.
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]
Author: Justin Perdok, Graficom Group
Website: https://github.com/GraficomGroup/PSDynamicSecurityGroups