tailieunhanh - System Administration Scripting Guide Script Repository

The scripts included in this help file are likely to appear in the forthcoming System Administration Scripting Guide, which will ship as part of the Windows .NET Server Resource Kit. In the Scripting Guide itself, each script will be explained in step-by-step fashion, and instructional material will help you learn how to modify these scripts to suit your unique individual needs. In addition, the book will also teach you how to write your own scripts using VBScript, WMI, ADSI, and other Microsoft Scripting technologies. Most of the scripts are designed to run with either Windows 2000, Windows XP, or Windows. | Tài liệu chi xem đươc một số trang đầu. Vui lòng download file góc để xem toàn bộ các trang System Administration Scripting Guide Script Repository Tài liệu chi xem đưoc một số trang đầu. Vui lòng download file gốc để xem toàn bộ các trang System Administration Scripting Guide Script Repository Version August 2002 The scripts included in this help file are likely to appear in the forthcoming System Administration Scripting Guide which will ship as part of the Windows .NET Server Resource Kit. In the Scripting Guide itself each script will be explained in step-by-step fashion and instructional material will help you learn how to modify these scripts to suit your unique individual needs. In addition the book will also teach you how to write your own scripts using VBScript WMI ADSI and other Microsoft Scripting technologies. Most of the scripts are designed to run with either Windows 2000 Windows XP or Windows .NET Server. Scripts that are not designed to run on all these platforms include a brief note indicating which versions of Windows are required. To use the scripts copy the appropriate script code paste it into Notepad or another text editor and save the file with a .vbs file extension. For more information about these scripts or about the book contact the Scripting Guide team at scripter@ A Note About the WMI Scripts Most of the WMI scripts in this repository create a variable named strComputer and then set the value of that variable to . Thus the scripts generally include this line strComputer . This causes the script to run against the local computer. This is due to the way that the script has been composed and the fact that WMI views a computer named . as being the local computer. If you want to run the script against a remote computer simply replace the . with the name of the remote computer surrounded by double quotation marks. For example this line of code runs the script against a remote computer named PrintServer1 strComputer .