SQL Server Magazine July 2003

    Options
System Inventories
This month, learn how to create a hardware-inventory report, use ADSI to read in updated values from Excel, troubleshoot Robocopy, and programmatically access disk quota information.
  Subscribe
Renew
Master CD
Change Mailing Address
Customer Service
Back Issues
Article Reprints
Group Discounts

Browse Archived Articles By: Issue | Author | Subject | Department |



[Feature]

Access Disk Quota Information Programmatically

Learn how to manage disk quotas and use scripts to report on users' disk usage.

Easily Update AD Attributes

You can create a VBScript script that uses ADSI to update AD according to the values in an Excel spreadsheet.

Home-Brewed Hardware Inventory

Use this two-pronged solution to create rich, verbose hardware inventory reports.

Robocopy FAQ

This Windows resource kit tool is powerful enough for large data migrations and server consolidations.




[Rem]

Rem: Retrieving a Local Computer’s AD Site Name

ADSI’s IADsADSystemInfo interface lets you retrieve data about local computers.

Rem: Running a Script with Alternate Credentials

Learn how to specify alternate credentials in ADSI and WMI scripts.

Rem: Using the Correct CreateObject

If you’ve ever been confused about whether to use WSH’s CreateObject method or VBScript’s CreateObject function, you’ll want to read this Q&A.