I have the following code: var directoryEntry = new DirectoryEntry(distributionListsListADSPath); var directorySearcher = new DirectorySearcher(directoryEntry)
What would be the syntax for LDAP for the below scenario: Where sAMAccountN开发者_C百科ame = GRA-* without $. I want the records which are highlighted in green.