May 2019
Intermediate to advanced
620 pages
21h 41m
English
The New-ADOrganizationalUnit PowerShell cmdlet is the most elaborate option to create OUs on Windows Server installations without the desktop experience and through automation of administrative tasks.
Use the following lines of PowerShell on a system with the Active Directory module for Windows PowerShell installed:
Import-Module ActiveDirectoryRemove-ADObject -Identity "OU=Finance,DC=LucernPub,DC=com" -Recursive -Confirm:$False
Read now
Unlock full access