pawill1973

Results 1 comments of pawill1973

The error is verbose and very messy. With $ErrorActionPreference set to default 'Continue', e.g. ``` PS C:\Users\a-pawill> Find-LdapObject -LdapConnection $e1LDAPConn -searchBase "CN=Smith\, John,OU=NE Contacts,OU=Contacts,OU=ORG,DC=some,DC=domain,DC=co,DC=uk" -searchFilter "(objectClass=*)" -searchScope Base -PropertiesToLoad *...