A PowerShell module that uses the Dot NET class System.DirectoryServices.Protocols to manage LDAP objects in standards compliant directories.
Install-Module -Name FreeLDAP
Copy all file to one of the following locations: C:\Program Files\WindowsPowerShell\Modules\FreeLDAP<version>
eg C:\Program Files\WindowsPowerShell\Modules\FreeLDAP\1.0.0.0
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\FreeLDAP<version>
eg C:\Windows\system32\WindowsPowerShell\v1.0\Modules\FreeLDAP\1.0.0.0
C:\Users<ProfilePath>\Documents\WindowsPowerShell\Modules\FreeLDAP<version>
eg C:\Users\Glen\Documents\WindowsPowerShell\Modules\FreeLDAP\1.0.0.0
TODO: Write usage instructions
We use SemVer for versioning.
1.0.0.0 Initial release - stable
1.0.0.1 Alpha development - unstable
Glen Buktenica