### Description Research methods for implementing a function to query Active Directory objects via LDAP: - [ ] Must use authentication (not impersonation) - [ ] Must accept Domain and Server as parameters - The function can be modularized to retrieve the following object types: - [ ] Users - [ ] Computers - [ ] Groups - [ ] Group Policy Objects (GPO) - [ ] Domain Controllers - [ ] Organizational Units (OU) ### Additional Context The function to be developed will be used as the backbone to migrate the rest of the report sections to LDAP. ### Before submitting - [x] I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltconfig), and referred to the [known issues](https://www.asbuiltreport.com/user-guide/known-issues/) before submitting this change request. - [x] I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues) before submitting this change request.