Review
Pulling together ADSI and WMI into a single script offers some powerful functionality. More importantly, though, the example in this chapter should make you feel more comfortable with the sometimes-daunting task of creating a script from scratch. Just break down the tasks that need to be completed, and then develop some prototype code for each task. Use wizards, examples from the Web, or samples from this book to help create prototype code. After all, there's no sense reinventing the wheel when there's a large library of samples on the Web and in this book to work with!
With your task list and prototype out of the way, you can start assembling the script. Write functions and subs to perform repetitive tasks, or tasks that you may want to reuse in future scripts. Write the main script, and then start testing. With this methodology in mind, most scripts can be whipped together quickly!
COMING UP
Web pages offer an exciting way to create your own centrally located, easily accessible administrative tools. In the next chapter, I'll introduce you to Active Server Pages, and in the following chapters, I'll show you how to easily and quickly apply your scripting skills to create great administrative Web pages.