SQL Server Magazine March 2004

    Options
Event-Driven Programming in Windows
Learn to create event-driven scripts, identify every file a specific user has created, retrieve the value of the objectGUID attribute, enumerate nested group membership, remotely determine which software is installed on a system, and more.
  Subscribe
Renew
Master CD
Change Mailing Address
Customer Service
Back Issues
Article Reprints
Group Discounts

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



[Feature]

Auditing File Ownership

Discover how Ownedby.cmd outputs the name of every file that a specified user has created in a particular directory structure.

Enumerating Nested Group Membership

Nested groups give you flexibility but also add complexity. A simple script takes the legwork out of drilling down through nested-group membership.

How to Raise and Trap Events

Raising and trapping events in scripts is useful. Here’s what you need to know to get started.

Querying Installed Software Remotely

Simplify software audits by easily and quickly querying a registry subkey to display a list of installation applications and hotfixes.




[Reader to Reader]

Convert WSH Scripts into Console Tools

Learn how to pipeline application output into another application for more complex scripting solutions.




[Rem]

Rem: Blazing a New Frontier with Monad

Monad will provide a new console-based command shell, new commands, and a new shell-scripting language.

Rem: Retrieving the Value of the ObjectGUID Attribute

The code can be amazingly simple or moderately complex.