S.DS.P Versions Save

This is repo for source code development for S.DS.P PowerShell module that's available on PowerShell Gallery (https://www.powershellgallery.com/packages/S.DS.P)

v2.1.0

3 years ago

v2.1.0-beta4

3 years ago

v2.1.0-beta2

3 years ago

Bug fix - server cert validation Added client certificate auth Function help updates Readme samples updated

v2.1.0-beta1

3 years ago

Main module:

  • Added support for retrieval of all present attributes via '*'
  • Added support for fast retrieval of results via single LDAP request
  • BREAKING: Renamed BinaryProperties param on Find-LdapObject to BinaryProps
  • No need to specify prop as binary if transform loaded for the prop - binary'ness of prop is defined in transform
  • Added CertificateValidationFlags param to Get-LdapConnection to allow control trust to server certificate

Transforms:

  • Fixed bug in samAccountType transform
  • Added transforms for integer and boolean attribute syntaxes

1.8.0

5 years ago

Find-LdapObject: Added support for loading of attribute values without ranged attribute value retrieval

v1.7.6

5 years ago

Added AdditionalControls parameter to published cmdlets