SQL Server Magazine May 2003

    Options
Extracting and Formatting System Data
Use Csvde, Scriptomatic, and Excel to report on AD and WMI data, use Win32::Daemon to turn a Perl script into a Win32 service, and keep track of key group memberships by pairing a batch file and the Blat email utility.
  Subscribe
Renew
Master CD
Change Mailing Address
Customer Service
Back Issues
Article Reprints
Group Discounts

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



[Feature]

AD and WMI Reporting

Don't settle for simply extracting information from AD or WMI. Use Csvde, the Scriptomatic, and Excel to create clear and easy-to-read reports.




[Reader to Reader]

Win2K and NT Which Command

A command-shell script and VBScript file that emulate UNIX’s Which command.




[Rem]

Rem: Accessing a Win98SE Computer Remotely

You can use WMI to access your Win98SE computers remotely, but you first need to configure them to accept remote DCOM connections.

Rem: Porting Scriptomatic Scripts to Perl

Scriptomatic has no built-in capability for porting its VBScript code to Perl, but with an ounce of effort, you can port the code yourself.

Rem: Searching for Users in an NT 4.0 Domain

When you use the ADSI WinNT provider to search for users, the best approach is to directly bind to the user object.




[Progressive Perl for Windows]

Converting Perl Scripts to Win32 Perl Services

With the Win32::Daemon extension, using a Perl script to create Win32 Services is easy.




[Real-World Scripting]

Group Membership Tracking

Here's a script that helps you keep an eye on day-to-day changes to group memberships.