I changed that, and now I am getting no return. Here is the modified code:
Code:

Break on

$Filter[0] = "organizationalUnit",""

$objOU = GetObject("LDAP://ou=winops ab,ou=server accounts,dc=corp,dc=ads")
$objOU.Filter = $Filter

For Each $objChild in $objOU
? $objChildname.name
Next



Edited by Kelly_Dyjur (2006-04-03 04:58 PM)