更新时间:2021-07-09 21:03:20
coverpage
Enterprise PowerShell Scripting Bootcamp
Credits
About the Author
About the Reviewer
www.PacktPub.com
eBooks discount offers and more
Customer Feedback
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Getting Started with Enterprise PowerShell Scripting
Windows server scanning script
Performance considerations
PowerShell scripting templates
Summary
Chapter 2. Script Structure Comment Blocks and Script Logging
Overall script structure
Comment blocks
Script logging
Chapter 3. Working with Answer Files
Answer files
Chapter 4. String Encryption and Decryption
RijndaelManaged encryption
Encrypting and decrypting strings
Chapter 5. Interacting with Services Processes Profiles and Logged on Users
Windows services
Managing Windows processes
Identifying logged on users
User profiles
Chapter 6. Evaluating Scheduled Tasks
Scheduled tasks
Identifying scheduled tasks running as alternate users
Chapter 7. Determining Disk Statistics
Disk statistics
Disk information script
Chapter 8. Windows Features and Installed Software Detection
Windows features
Installed software detection
Chapter 9. File Scanning
File scanning
Excluding long paths
Excluding files
Chapter 10. Optimizing Script Execution Speed
Script execution speed
Chapter 11. Improving Performance by Using Regular Expressions
Using regular expressions
Dynamically building expressions
Implementating regular expression performance
Chapter 12. Overall Script Workflow Termination Files and Merging Data Results
Windows server scanning script overview
Pre-script security
XML answer file creation
PowerShell script 3 - the termination files
PowerShell script 4 - merging the scanning script result data
Chapter 13. Creating the Windows Server Scanning Script and Post-Execution Cleanup
Windows server scanning script creation
Creating a termination function
Multiple Windows server scanning script functions
Running the script
Performing script cleanup
Index