Paul Mrozowski
Paul is a developer for Kirtland Associates in Troy, Michigan. He specializes in VFP and web development and is a recent Microsoft Certified Professional.
Articles Authored
-
Taking Advantage of ADSI
Last updated: Wednesday, November 30, 2022
Published in: CODE Magazine: 2001 - Issue 1
Active Directory Service Interfaces (ADSI) is a COM-based set of interfaces that allow you to interact with and manipulate directory service interfaces.That means it's a cool way for scripts and code to add users, change passwords, create network groups, control IIS programmatically, and start and stop services. In this article, I'll cover the basic ADSI syntax and give you some example code to use in your own applications.