Test
$DNs = Get-ADOrganizationalUnit -SearchBase "OU=MFG,OU=Citrix,OU=InfrastructureServices,DC=bsci,DC=bossci,DC=com" -Filter * -SearchScope OneLevel | select -ExpandProperty DistinguishedName
foreach($DN in $DNs)
{
New-ADOrganizationalUnit -Name "Staging-GenAccts" -Path $DN -Verbose
}
0 comments:
Post a Comment