Learn Windows PowerShell in a Month of Lunches

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Summary

Learn Windows PowerShell in a Month of Lunches, Third Editionis an innovative tutorial designed for busy IT professionals. This updated edition covers PowerShell features that run on Windows 7, Windows Server 2008 R2 and later, PowerShell v3 and later, and includes v5 features like PowerShellGet.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

PowerShell is both a scripting language and an administrative shell that lets you control and automate nearly every aspect of Windows. It accepts and executes commands interactively and you can write scripts to manage most Windows servers like Exchange, IIS, and SharePoint, as well as online services like Azure and Office 365.

About the Book

Learn Windows PowerShell in a Month of Lunches, Third Editionis an innovative tutorial designed for busy IT professionals. Just set aside one hour a day - lunchtime would be perfect - for a month, and you'll be automating Windows tasks faster than you ever thought possible. This updated edition covers PowerShell features that run on Windows 7, Windows Server 2008 R2 and later, PowerShell v3 and later, and includes v5 features like PowerShellGet.

What's Inside




Learn PowerShell from the beginning, no experience required!
Covers PowerShell v3 and up, Windows 7, and Windows Server 2008 R2 and later
Each lesson takes you an hour or less
About the Reader

Experience with Windows administration is helpful. No programming or scripting experience needed.

About the Author

Veteran PowerShell MVPs Don Jones and Jeffery Hicks bring years as successful trainers to this concise, easy-to-follow book.

Table of Contents




Before you begin
Meet PowerShell
Using the help system
Running commands
Working with providers
The pipeline: connecting commands
Adding commands
Objects: data by another name
The pipeline, deeper
Formatting - and why it's done on the right
Filtering and comparisons
A practical interlude
Remote control: one-to-one, and one-to-many
Using Windows Management Instrumentation and CIM
Multitasking with background jobs
Working with many objects, one at a time
Security alert!
Variables: a place to store your stuff
Input and output
Sessions: remote control with less work
You call this scripting?
Improving your parameterized script
Advanced remoting configuration
Using regular expressions to parse text files
Additional random tips, tricks, and techniques
Using someone else's script
Never the end
PowerShell cheat sheet

Author(s): Jones, Don;Hicks, Jeffrey
Edition: 3
Publisher: Manning Publications
Year: 2016

Language: English
Pages: 384

Preface
Acknowledgments
About this Book
About the Authors
Chapter 1. Before you begin
Chapter 2. Meet PowerShell
Chapter 3. Using the help system
Chapter 4. Running commands
Chapter 5. Working with providers
Chapter 6. The pipeline: connecting commands
Chapter 7. Adding commands
Chapter 8. Objects: data by another name
Chapter 9. The pipeline, deeper
Chapter 10. Formatting—and why it’s done on the right
Chapter 11. Filtering and comparisons
Chapter 12. A practical interlude
Chapter 13. Remote control: one-to-one, and one-to-many
Chapter 14. Using Windows Management Instrumentation and CIM
Chapter 15. Multitasking with background jobs
Chapter 16. Working with many objects, one at a time
Chapter 17. Security alert!
Chapter 18. Variables: a place to store your stuff
Chapter 19. Input and output
Chapter 20. Sessions: remote control with less work
Chapter 21. You call this scripting?
Chapter 22. Improving your parameterized script
Chapter 23. Advanced remoting configuration
Chapter 24. Using regular expressions to parse text files
Chapter 25. Additional random tips, tricks, and techniques
Chapter 26. Using someone else’s script
Chapter 27. Never the end
Chapter 28. PowerShell cheat sheet
Appendix: Review labs