Microsoft Windows管理员VBScript最新应用技巧(英文版)

Microsoft Windows管理员VBScript最新应用技巧(英文版)
作 者: 琼斯 希克斯
出版社: 上海世界图书出版公司
丛编项:
版权说明: 本书为出版图书,暂不支持在线阅读,请支持正版图书
标 签: Script
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

暂缺《Microsoft Windows管理员VBScript最新应用技巧(英文版)》作者简介

内容简介

本书为英文版。When writing my first scripting book, Managing Windows with VBScript and WMI (Addison Wesley, 2004), I set out to create what was at the time an industry first: a book designed not for developers but specifically for Microsoft Windows administrators with very little VBScript experience who wanted to learn just enough VBScript to be effective. Since that book was published, Windows administrators have become more and more skilled with Windows Script Host, VBScript, Windows Management Instrumentation, and other related technolo gies. Because administrators attending conferences and viewing my Web site (http://www.ScriptingAnswers.com) are beginning to ask questions about more complex technologies and techniques, the time has come for a book that covers advanced topics.In this book, my :ble co-author, Jeffery Hicks, and I try to cover some of the more advanced scripting techniques that we use every day. We certainly aren't pretending that we touch on every topic that might be considered "advanced"; af...

图书目录

Acknowledgements

Introduction

Part Ⅰ The Basics of Advanced Windows Scripting

1 Getting Started

 Prerequisite Knowledge

  Understanding Windows Script Host Basics

  Using the FileSystemObject Library

  Understanding Arrays

  Understanding Active Directory Services Interface Fundamentals

  Understanding Windows Management Instrumentation Fundamentals.

  Advanced Scripting Goals

  Securing Your Scripts

  Creating Your Own Script Components and Libraries

  Running Scripts Remotely

  Retrieving Information from Active Directory

  Manipulating Information Stored in a Database

  Managing Your Windows Environment with WMI Events

  Using New WMI Classes with Windows XP and Windows Server 2003

  Managing Group Policy Objects with Scripting

  Managing Your Exchange 2003 Environment

  Incorporating Your Scripts into Microsoft Operations Manager

  Creating a Visual Interface for Your Script with Internet Explorer and

  HTML Applications (HTAs)

  What We Won't Cover

  Finding Information about JScript, Perl, Python, and KiXtart

  The Right Tool for the Job

  Scripting Techniques

  Summary

2 Script Security

  Script Encoding and Decoding

  Script Signing and the Windows Script Host TrustPolicy

   Understanding Digital Certificates and Script Signing ..

  Understanding WSH TrustPolicy

  Configuring WSH TrustPolicy in Your Environment

  Signing Scripts by Using a Digital Certificate

  Using Software Restriction Policies

  Alternate Credentials

  Using the RunAs Command

  Using Scheduled Tasks Credentials

  Using ADSl Alternate Credentials

Using WMI Alternate Credentials

Summary

Part Ⅱ Packaging Your Scripts

3 Windows Script Files

  Defining Windows Script Files

  Understanding XML

  The package Tag

  The comment Tag

  The job Tag

  The runtime Tag

  The description Tag

  The example Tag

  The named Tag

  The object Tag

  The script Tag

  Creating Script Jobs

  Including Other Scripts

  Adding Resources

  Creating Examples and Help Text

  Using Named Parameters

  The name Property

  The helpstring Property

  The type Property

  The required Property

  Viewing a Windows Script File in Action

……

Part Ⅲ The Basics of Advanced Windows Scripting

Part Ⅳ Scripting for the Enterprise

Part Ⅴ Appendix