May 2019
Intermediate to advanced
620 pages
21h 41m
English
The Set-ADOrganizationalUnit PowerShell cmdlet is the most elaborate option to modify OUs on Windows Server installations without the desktop experience and through automation of administrative tasks.
The following properties are easily accessible through the Set-ADOrganizationalUnit PowerShell cmdlet:
Simply use the following lines of PowerShell on a system with the Active Directory module for Windows PowerShell installed and hack away on the properties of the OU:
Import-Module ActiveDirectorySet-ADOrganizationalUnit -Identity "OU=Finance,DC=LucernPub,DC=com" -ManagedBy "CN=User,CN=Users,DC=LucernPub ...
Read now
Unlock full access