Database
[{"Path":"LDAP://CN=My Name,OU=Admins,OU=Service Accounts,OU=asdf Company,DC=asdf,DC=local","Properties":{"objectclass":["top","person","organizationalPerson","user"],"countrycode":[0],"primarygroupid":[513],"givenname":["MyName"],"codepage":[0],"memberof":["CN=sp-Net-FDA-RW,OU=Sharepoint,OU=Permission Groups"],"samaccounttype":[805306368],"description":["IS - MyName Acct."],"msds-supportedencryptiontypes":[0],}}]
Query
db.collection.find({"Properties.givenname":"MyName"})