Mastering Windows PowerShell Scripting - Third Edition - Helion
Tytuł oryginału: Mastering Windows PowerShell Scripting - Third Edition
ISBN: 9781789533989
stron: 626, Format: ebook
Data wydania: 2019-02-28
Księgarnia: Helion
Cena książki: 179,00 zł
PowerShell scripts offer a handy way to automate various chores, however working effectively with these scripts can be a difficult task.
This comprehensive guide starts with the fundamentals before moving on to advanced-level topics to help you become a PowerShell Core 6.0 expert. The first module, PowerShell Core 6.0 Fundamentals, begins with the new features of PowerShell Core 6.0, installing it on Linux, and working with parameters, objects and .NET classes from within PowerShell Core 6.0. As you make your way through the chapters, you'll see how to efficiently manage large amounts of data and interact with other services using PowerShell Core 6.0. You'll be able to make the most of PowerShell Core 6.0's powerful automation feature, where you will have different methods available to parse data and manipulate regular expressions and Windows Management Instrumentation (WMI). After having explored automation, you will enter the extending PowerShell Core 6.0 module, covering asynchronous processing and desired state configuration. In the last module, you will learn to extend PowerShell Core 6.0 using advanced scripts and filters, and also debug issues along with working on error handling techniques.
By the end of this book, you will be an expert in scripting with PowerShell Core 6.0.
Osoby które kupowały "Mastering Windows PowerShell Scripting - Third Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Mastering Windows PowerShell Scripting. Automate and manage your environment using PowerShell Core 6.0 - Third Edition eBook -- spis treści
- 1. Introduction to PowerShell
- 2. Modules and Snap-ins
- 3. Working with Objects in PowerShell
- 4. Operators
- 5. Variables, Arrays, and Hashtables
- 6. Branching and Looping
- 7. Working with .NET
- 8. Strings, numbers, and dates
- 9. Regular Expressions
- 10. Files, Folders, and the Registry
- 11. Windows Management Instrumentation
- 12. HTML, XML, and JSON
- 13. Web requests and web services
- 14. Remoting and remote management
- 15. Asynchronous processing
- 16. Scripts, Functions, and Filters
- 17. Parameters, validation, and dynamic parameters
- 18. Classes and enumerations
- 19. Building modules
- 20. Testing
- 21. Error handling