As far as I know, shouldn't have to specify anything other than:

$objUser = GetObject("LDAP://" + $strUser)

The domain info is already part of the path. You get the same error with this code as well ?

-Shawn