May 2019
Intermediate to advanced
620 pages
21h 41m
English
Use the following lines of PowerShell to change the scope of a group in Active Directory to global on a system with the Active Directory Module for Windows PowerShell installed:
Import-Module ActiveDirectorySet-ADGroup -Identity "CN=Group,OU=Organizational Unit,DC=lucernpub,DC=com" -GroupScope Global
Use the following lines of PowerShell to change the scope of a group in Active Directory to universal on a system with the Active Directory Module for Windows PowerShell installed:
Import-Module ActiveDirectorySet-ADGroup -Identity "CN=Group,OU=Organizational Unit,DC=lucernpub,DC=com" -GroupScope Universal
Use the following lines of PowerShell to change the scope of a group in Active Directory to domain local on a system ...
Read now
Unlock full access