This is the code repository for Getting Started with PowerShell , published by Packt.
Learn the fundamentals of PowerShell to build reusable scripts and functions to automate administrative tasks with Windows
- Learn to verify your installed version of PowerShell, upgrade it, and start a PowerShell session using the ISE
- Discover PowerShell commands and cmdlets and understand PowerShell formatting
- Use the PowerShell help system to understand what particular cmdlets do
- Utilise the pipeline to perform typical data manipulation
- Package your code in scripts, functions, and modules
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
ForEach ($placeholder in $collection){
#Code goes here
}
Michael Shepard has been working with computers since the early 1980s, starting with an Apple II at school and a Commodore 64 at home. He first worked in IT in 1989 and has been a full-time professional in this field since 1997. He has been working at Jack Henry and Associates since 2000. Mike's focus has changed over the years from being a database application developer to a DBA (an application administrator), and he is now a solutions architect. In his years as a DBA, he found PowerShell to be a critical component in creating the automation required to keep up with a growing set of servers and applications. He is active in the PowerShell community on StackOverflow and in the projects on CodePlex. He has been blogging about PowerShell since 2009 at https://powershellstation.com and is the author of PowerShell Troubleshooting Guide by Packt Publishing.
PowerShell Troubleshooting Guide
Click here if you have any feedback or suggestions.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.
https://packt.link/free-ebook/9781783558506

