Read more
Zusatztext "This book is great, and I personally wouldn't hesitate to add it to a bookshelf of technical books." —ToastIT "One of the perfect books to pick up when you want to get a first glance at the wonders of Powershell." —Ian Mizer, Atlanta Python Programmers Group Informationen zum Autor Adam Bertram is a 25+ year veteran of IT and an experienced online business professional. He’s a successful blogger, consultant, Microsoft MVP, published author, and freelance writer for dozens of tech publications. Adam runs the popular tech learning site adamtheautomator.com and is probably on Twitter too much at @adbertram. Klappentext Learn to use PowerShell, Microsoft's scripting language, to automate real-world tasks that IT professionals and system administrators deal with every day. Save Time. Automate. PowerShell® is both a scripting language and an administrative shell that lets you control and automate nearly every aspect of IT. In PowerShell for Sysadmins, five-time Microsoft® MVP "Adam the Automator" Bertram shows you how to use PowerShell to manage and automate your desktop and server environments so that you can head out for an early lunch. You'll learn how to: • Combine commands, control flow, handle errors, write scripts, run scripts remotely, and test scripts with the PowerShell testing framework, Pester • Parse structured data like XML and JSON, work with common domains (like Active Directory, Azure, and Amazon Web Services), and create a real-world server inventory script • Design and build a PowerShell module to demonstrate PowerShell isn't just about ad-hoc scripts • Use PowerShell to create a hands-off, completely automated Windows deployment • Build an entire Active Directory forest from nothing but a Hyper-V host and a few ISO files • Create endless Web and SQL servers with just a few lines of code! Real-world examples throughout help bridge the gap between theory and actual system, and the author's anecdotes keep things lively. Stop with the expensive software and fancy consultants. Learn how to manage your own environment with PowerShell for Sysadmins and make everyone happy. Covers Windows PowerShell v5.1 INTRODUCTION Throughout my career in IT, I’ve worked a diverse range of jobs: I’ve been in the trenches answering calls on the help desk, visited users to tell them to reboot as a technician, kept servers up as a systems administrator, designed and built solutions as a systems engineer, and learned the difference between OSPF and RIP routing as a network engineer. It wasn’t until I discovered PowerShell that I realized how passionate I could be for a particular technology. PowerShell has changed my life in more ways than one, and it’s the technology that’s changed the trajectory of my career most dramatically. This language helped me be a critical asset at my job by knowing how to save countless hours of my team’s work, and it got me my first six-figure salary. PowerShell is just so cool that I decided I had to share it with the world, and since then, I’ve been awarded the prestigious Microsoft MVP award for five years straight. In this book, I’ll show you how to use PowerShell to automate thousands of tasks, build custom tools instead of buying off-the-shelf products, and link various tools together. You may not be interested in becoming an active member of the PowerShell community, but I guarantee that learning PowerShell will give you skills that many businesses need and actively seek. Why PowerShell? Once called Monad (see https://www.jsnover.com/Docs/MonadManifesto.pdf ) and pitched as a more intuitive way to automate tasks than VBScript in 2003, Microsoft PowerShell is a universal automation, scripting, and development language. PowerShell was created to bridge the gap between scripting, automat...