I would like to pull and list (I don’t really care where, in a DataTable, textbox, etc) all the columns and properties name of the Active Directory Search window (column name like Name, First Name, Last Name, etc)
I think the DirectorySearcher assembly can achieve that but all the examples I find are examples with fields and properties already known.
Active Directory is a Directory Service based on LDAP. To query a directory, you must know the property names. Here is a pretty expansive list you can use