Random Active Directory Notes #4
Previously I discussed IDirectoryObject, today I will show how to change a user’s password with …
Previously I discussed IDirectoryObject, today I will show how to change a user’s password with …
A few days ago I wrote about Using Windows Dialogs in your own programs, wouldn’t it be nice to be able …
Today I reused a unit I wrote a long time ago for TSAdminEx that shows Resource Dialogs from DLL’s or …
Last time I talked briefly about IDirectoryObject and IDirectorySearch, let’s go into a little more …
If you have ever used Adsi you have probably used the IADs interface or derived interfaces such as IADsUser or …
I am working on an Customer Management Console that will present all adminstrative tasks that customers will …
If you are going to use the Active Directory Service Interface (ADSI) in Delphi, the first thing you will need …
My hoster has had some problems with the simulatesas.com domain that I use for SasLibEx enquiries. If you have …
Delphi 2010 crashed when starting, it was clear that this was happening when opening the welcome page. Just …
I am writing a class that wraps Active Directory into Objects that live in an Objectlist, much like my …