Book description
This complete guide takes you on a tour of PowerShell from the basics to its advanced functionality, helping you automate your tedious and time-consuming system admin tasks
Key Features
- Automate complex tasks, manipulate data, and secure your environment
- Work with dual code for PowerShell 7 and Windows PowerShell to maintain compatibility with older versions
- See PowerShell in action, from learning the fundamentals to creating classes, scripts, and modules
Book Description
PowerShell scripts offer a convenient way to automate various tasks, but working with them can be daunting. Mastering PowerShell Scripting takes away the fear and helps you navigate through PowerShell's capabilities.This extensively revised edition includes new chapters on debugging and troubleshooting and creating GUIs (online chapter). Learn the new features of PowerShell 7.1 by working with parameters, objects, and .NET classes from within PowerShell 7.1.
This comprehensive guide starts with the basics before moving on to advanced topics, including asynchronous processing, desired state configuration, using more complex scripts and filters, debugging issues, and error-handling techniques. Explore how to efficiently manage substantial amounts of data and interact with other services using PowerShell 7.1. This book will help you to make the most of PowerShell's automation features, using different methods to parse data, manipulate regular expressions, and work with Windows Management Instrumentation (WMI).
What you will learn
- Optimize code with functions, switches, and looping structures
- Test and debug your scripts as well as raising and catching errors
- Work with objects and operators to test and manipulate data
- Parse and manipulate different data types
- Use jobs, runspaces, and runspace pools to run code asynchronously
- Write .NET classes with ease within PowerShell
- Create and implement regular expressions in PowerShell scripts
- Make use of advanced techniques to define and restrict the behavior of parameters
Who this book is for
This book is for system administrators who want to automate and speed up their processes using PowerShell and Windows PowerShell. You'll need to know the basics of operating systems, but beginners with no prior experience with PowerShell will have no trouble following along.
Publisher resources
Table of contents
- Preface
- Introduction to PowerShell
- Modules and Snap-Ins
- Working with Objects in PowerShell
- Operators
-
Variables, Arrays, and Hashtables
- Naming and creating variables
- Objects assigned to variables
- Variable commands
- Variable provider
- Scopes and variables
- Types and type conversion
- Arrays
- Hashtables
- Lists, dictionaries, queues, and stacks
- Summary
- Conditional Statements and Loops
- Working with .NET
- Strings, Numbers, and Dates
- Regular Expressions
- Files, Folders, and the Registry
- Windows Management Instrumentation
- Working with HTML, XML, and JSON
- Web Requests and Web Services
- Remoting and Remote Management
-
Asynchronous Processing
- Working with jobs
- Reacting to events
-
Using runspaces and runspace pools
- Creating a PowerShell instance
- The Invoke and BeginInvoke methods
- The EndInvoke method and the PSDataCollection object
- Running multiple instances
- Using the RunspacePool object
- About the InitialSessionState object
- Using the InitialSessionState and RunspacePool objects
- Using Runspace-synchronized objects
- Summary
- Graphical User Interfaces
- Scripts, Functions, and Script Blocks
- Parameters, Validation, and Dynamic Parameters
- Classes and Enumerations
- Building Modules
- Testing
- Error Handling
- Debugging and Troubleshooting
- Other Books You May Enjoy
- Index
Product information
- Title: Mastering PowerShell Scripting - Fourth Edition
- Author(s):
- Release date: June 2021
- Publisher(s): Packt Publishing
- ISBN: 9781800206540
You might also like
book
Clean Code: A Handbook of Agile Software Craftsmanship
Even bad code can function. But if code isn't clean, it can bring a development organization …
video
Python Fundamentals
51+ hours of video instruction. Overview The professional programmer’s Deitel® video guide to Python development with …
book
Tiny Python Projects
The projects are tiny, but the rewards are big: each chapter in Tiny Python Projects challenges …
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …