Active Directory Security
This module contains resources for configuring PowerShell Universal authentication and authorization with Active Directory.
About
This module looks up groups using Get-ADGroup
in your current domain and creates roles using New-PSURole
for each group in the domain. By default, all security groups will be returned. You can configure the filter by setting the $PSUGroupFilter
variable.
Installation Options
Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet. More info
PS > Install-PSResource ActiveDirectory.Security
Install within the PowerShell Universal v5 admin console. More Info
Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies.
Download the raw nupkg file