...
Array<object> $Domain.ExecuteLdapQuery(rootDnOrHost: string, attributes: string, username: string, password: string)
...
Root DN or host name to search.
string attributes
Attributes to return. Optional.
string username
Username to authenticate. Optional.
...