C# .NET Assembly to perform LDAP Queries
Positional arguments for the ldap query and comma-separated attributes to return from the query
If no attributes are specified, all attributes are returned for each object in the query's results
execute-assembly /path/to/SharpLDAPSearch.exe /filter:"ldap query" /properties:"attributes,to,return" /ldap:"LDAP://DC=test,DC=local"
SharpLDAPSearch.exe /filter:"(&(objectClass=user)(cn=*svc*))" /properties:"samaccountname" /ldap:"LDAP://DC=test,DC=local"
svc-admin
svc-ops
spsvcuser