I need to search for a user based on their SAM account name; I've tried different variations on GetObject("LDAP://etc") and while I can connect to Active Directory, query the OU I want and list everything in it as an array, I need to be more specific and only search for the exact object I need. How can I do this?