Similar to any other active directory object, OU structure can manage using Active Directory Administrative Center (ADAC), Active Directory Users and Computers (ADUC) MMC and PowerShell. In this post, I am going to demonstrate how to manage OU structure using PowerShell.
New Organization Unit can create using New-ADOrganizationalUnit cmdlet. The complete syntax can review using,
Get-Command…
Organizational unit in active directory is a container where you can place users, computers, groups and other organization units even. Organizational Unit are helps to create logical structure of the AD. You can use it to assign group policies and manage the resources. This is common procedure in in-house domain environment, but what about the Azure managed domain? Can engineers use same…