One of the frustrations that all of us share when scripting is how do we find out what the different objects do? What methods and properties are available to use? Thanks to Ryan Wall from Huntington City/County IS Department for introducing us to Active Directory Explorer.
http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx
Here is an ADSI Scriptomatic from Microsoft:
http://www.microsoft.com/technet/scriptcenter/tools/admatic.mspx
For WMI scripting, try using the Scriptomatic from Microsoft.
http://www.microsoft.com/technet/scriptcenter/tools/scripto2.mspx
You can also se the ADSI Editor Snap-in for your MMC console.
Comments