NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

LDAPSearchResult Output Object (Get-LDAP Cmdlet)

Object returned in response to the LDAP search operation. Fields are also added with the names and values of attributes being searched.

Syntax

Object LDAPSearchResult {
   string Host;
   string DN;
   int Page;
}

Remarks

Host identifies the remote host that returned this result. DN contains the Distinguished Name of the entry.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]