Advanced VBScript for Microsoft® Windows® Administrators

Take ultimate control of system administration by learning advanced scripting techniques from two experts. Experienced Windows script-writers can move beyond the basics with hands-on instruction, advanced techniques, and best practices for using Microsoft Visual Basic Scripting Edition (VBScript) a...

Descripción completa

Detalles Bibliográficos
Autor principal: Jones, Don (-)
Otros Autores: Hicks, Jeffrey
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol : Microsoft Press 2006.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627292706719
Tabla de Contenidos:
  • Cover; Copyright; Contents at a Glance; Table of Contents; Acknowledgements; Introduction; Who Is This Book For?; Conventions in This Book; System Requirements; About the Companion CD; Support for This Book; Part I The Basics of Advanced Windows Scripting; Chapter 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 LibrariesRunning 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 KiXtartThe Right Tool for the Job; Scripting Techniques; Summary; Chapter 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 ADSI Alternate Credentials
  • Using WMI Alternate CredentialsSummary; Part II Packaging Your Scripts; Chapter 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
  • Converting an Existing Script to a WSF UtilityCreating and Using a Wrapper WSF; Summary; Chapter 4 Windows Script Components; Understanding COM Objects, Methods, and Properties; Understanding Windows Script Components; Using the Script Component Wizard; Working with Properties; Working with Methods; Working with Events; Creating a Windows Script Component with a Script Editor; Viewing a Windows Script Component in Action; Summary; Chapter 5 HTML Applications: Scripts with a User Interface; Understanding HTML Applications; Understanding the Internet Explorer Document Object Model
  • Understanding the HTML Document Hierarchy