Active Directory Friday: Creating Active Directory groups using PowerShell
Active Directory Friday: Creating Active Directory groups using PowerShell
Creating a group in Active Directory using PowerShell is relatively simple when using the Active Directory module. To create a Global Distribution Group the following code can be executed: New-ADGroup -Name NewGlobalDG_1 -GroupScope Global -GroupCategory Distribution When creating a Domain Local Security Group the GroupScope can be changed to DomainLocal and GroupCategory can be omitted since the…
View On WordPress














