Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.49 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.49 KB

PowerShell module for working with LDAP servers

GPL License PowerShell Desktop | Core Platform Windows | Mac | Linux

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

Module demonstrates how powerful and easy to use is pure LDAP protocol when wrapped into thin and elegant wrapper provided by classes in System.DirectoryServices.Protocols namespace. For an overview, see Introduction to System.DirectoryServices.Protocols (S.DS.P) article on MSDN.

Module also provides many attribute transforms that converts plain numbers, strings or byte arrays stored in LDAP into meaningful objects easy to work with, and converts them back to original raw format when storing back to LDAP storage.

You can directly install the module from PowerShell session via Install-Module -Name S.DS.P
I also publish pre-release versions for testing of new features; installable via Install-Module -Name S.DS.P -AllowPrerelease

For documentation and code samples, see Wiki pages

Feel free to contribute!