This can be used to obtain the owner information. Setting the owner information is a bit more difficult to say the least \:\)
 Code:
Dim $ou, $sd
$ou = GetObject("LDAP://OU=SomeOuName,DC=YourOrg,DC=Com")
$sd = $ou.Get("ntSecurityDescriptor")
? $sd.Owner