You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not really a problem, but loads of cack output to the console that I wish to avoid.
Describe the solution you'd like
When querying and retrieving all properties, e.g. "-PropertiesToLoad *", provide the ability to then provide a list of properties to ignore.
e.g., I'd like to be able to do something like this:
Additional context
The userCertificate attribute spews unintelligable output. If you have other attributes from a 3rd party vendor that also store encrypted data, the output is awful when just dumping the results or using $bah | fl *, etc.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Not really a problem, but loads of cack output to the console that I wish to avoid.
Describe the solution you'd like
When querying and retrieving all properties, e.g. "-PropertiesToLoad *", provide the ability to then provide a list of properties to ignore.
e.g., I'd like to be able to do something like this:
$res = Find-LdapObject -LdapConnection $prdLDAPSvr -searchBase $prdLDAPBase -PropertiesToLoad * -searchFilter $lDAPFilterForSomethign -PropertiesToIgnore "someCustomAttribute1,someCustomAttribute2,userCertificate"
Additional context
The userCertificate attribute spews unintelligable output. If you have other attributes from a 3rd party vendor that also store encrypted data, the output is awful when just dumping the results or using $bah | fl *, etc.
The text was updated successfully, but these errors were encountered: