Welcome to the ScriptVault, where ScriptingAnswers.com users share their administrative scripts.

Have you written a script that accomplishes some administrative task? Please share it! Just navigate to the appropriate category and click the "Contribute to this category" link!

You are here: Top > Misc ADSI

Contribute to this category


Sub-Categories

(no categories are available)

 

Scripts

ADSI Authentication Credentials Contributed by Alan Finn
In this example, alternate credentials are used to bind to the current RootDSE object using the OpenDSObject method within the IADs interface. Credentials will be passed using the current SSPI methods on the machine that the script is run from (either NTLMv2 or Kerberos).
Retrieve all attributes from Schema in AD Contributed by Christian Sawyer
Very useful to find a specific attributes in your AD Schema. All attributes are sorted by their mandatory or optional properties. I also include all attributes with no values.