Oddly enough, this worked for me using the latest fnLDAPQuery()...

Code:

; This syntax does not work..
$sFrom = "LDAP://DC=remote,DC=domain,DC=com"

; This syntax does...
$sFrom = "LDAP://remote.domain.com"