• Complain

Jones Don - Learn Windows PowerShell in a Month of Lunches

Here you can read online Jones Don - Learn Windows PowerShell in a Month of Lunches full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016, publisher: Manning Publications, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Jones Don Learn Windows PowerShell in a Month of Lunches
  • Book:
    Learn Windows PowerShell in a Month of Lunches
  • Author:
  • Publisher:
    Manning Publications
  • Genre:
  • Year:
    2016
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Learn Windows PowerShell in a Month of Lunches: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Learn Windows PowerShell in a Month of Lunches" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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 youll 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.
Whats 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 its 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 elses script
Never the end
PowerShell cheat sheet

Jones Don: author's other books


Who wrote Learn Windows PowerShell in a Month of Lunches? Find out the surname, the name of the author of the book and a list of all author's works by series.

Learn Windows PowerShell in a Month of Lunches — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Learn Windows PowerShell in a Month of Lunches" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Learn Windows PowerShell in a Month of Lunches, Third Edition
Don Jones and Jeffery Hicks

Learn Windows PowerShell in a Month of Lunches - image 1

Copyright

For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this book when ordered in quantity. For more information, please contact

Special Sales Department Manning Publications Co. 20 Baldwin Road PO Box 761 Shelter Island, NY 11964 Email: orders@manning.com

2017 by Manning Publications Co. All rights reserved.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

Picture 2 Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine.

Picture 3Manning Publications Co.20 Baldwin RoadPO Box 761Shelter Island, NY 11964
Development editor: Helen StergiusProject editor: Janet VailCopyeditor: Sharon WilkeyProofreader: Alyson BrenerTechnical proofreader: James BerkenbileTypesetter: Dottie MarsicoCover designer: Leslie Haimes

ISBN 9781617294167

Printed in the United States of America

7 8 9 10 SP 21 20 19 18

Preface

Weve been teaching and writing about Windows PowerShell for a long time. When Don began contemplating the first edition of this book, he realized that most PowerShell writers and teachersincluding himselfwere forcing our students to approach the shell as a kind of programming language. Most PowerShell books are into scripting by the third or fourth chapter, yet more and more PowerShell students were backing away from that programming-oriented approach. Those students wanted to use the shell as a shell, at least at first, and we werent delivering a learning experience that matched that desire.

So he decided to take a swing at it. A blog post on the Windows IT Pro website proposed a table of contents for this book, and ample feedback from the blogs readers fine-tuned it into the book youre about to read. He wanted to keep each chapter short, focused, and easy to cover in a short period of timebecause we know administrators dont have a lot of free time and often have to learn on the fly. When PowerShell v3 came out, it was obviously a good time to update the book, and Don turned to Jeffery Hicks, a long-time collaborator and fellow MVP, to help out.

We both wanted a book that would focus on PowerShell itself, and not on the myriad technologies that PowerShell touches, like Exchange Server, SQL Server, System Center, and so on. We feel that by learning to use the shell properly, you can teach yourself to administer all of those PowerShell-ed server products. So this book focuses on the core of using PowerShell. Even if youre also using a cookbook style of book that provides ready-to-use answers for specific administrative tasks, this book will help you understand what those examples are doing. That understanding will make it easier to modify those examples for other purposes, and eventually to construct your own commands and scripts from scratch.

We hope this book wont be the only PowerShell education that you pursue. Weve also co-authored Learn PowerShell Toolmaking in a Month of Lunches, which offers the same day-at-a-time approach to learning PowerShells scripting and tool-creation capabilities. You can also find videos weve produced on YouTube and read articles weve authored for sites such as the Petri IT Knowledgebase and Windows IT Pro, not to mention take courses from Pluralsight.

If you need any further help, we encourage you to log on to www.PowerShell.org. We both answer questions in several of the discussion forums there, and wed be happy to try to get you out of whatever youre stuck on. The site is also a great portal into the robust and active PowerShell community; you can learn about free e-books, the in-person PowerShell and DevOps Summit, and all of the regional and local user groups and PowerShell-related events that happen throughout the year. Get involvedits a great way to make PowerShell a more powerful part of your career.

Enjoyand good luck with the shell.

Acknowledgments

Books dont write, edit, and publish themselves. Don would like to thank everyone at Manning Publications who decided to take a chance on a different kind of book for Windows PowerShell, and who worked so hard to make the first edition of this book happen. Jeff would like to thank Don for inviting him along for the ride, and the Power-Shell community for their enthusiasm and support. Don and Jeff are both grateful to Manning for allowing them to continue the Month of Lunches series with this third edition.

Thanks also to the following peer reviewers who read the manuscript during its development and provided feedback: Bennett Scharf, Dave Pawson, David Moravec, Keith Hill, and Rajesh Attaluri. In addition, Erika Bricker, Gerald Mack, Henry Phillips, Hugo Durana, Joseph Tingsanchali, Noreen Dertinger, Olivier Deveault, Stefan Hellweger, Steven Presley, and Tiklu Ganguly provided valuable comments.

Finally, thanks also to James Berkenbile and Trent Whiteley for their technical review of the manuscript and code during production.

About this Book

Most of what you need to know about this book is covered in , but there are a few things that we should mention up front.

First of all, if you plan to follow along with our examples and complete the hands-on exercises, youll need a virtual machine or computer running Windows 8.1 or Windows Server 2012, or later. We cover that in more detail in . You can get by with Windows 7, but youll miss out on a few of the hands-on labs.

Second, be prepared to read this book from start to finish, covering each chapter in order. Again, this is something we explain in more detail in , but the idea is that each chapter introduces a few new things that youll need in subsequent chapters. You shouldnt try to push through the whole bookstick with the one chapter per day approach. The human brain can absorb only so much information at once, and by taking on PowerShell in small chunks, youll learn it a lot faster and more thoroughly.

Third, this book contains a lot of code snippets. Most of them are short, so you should be able to type them easily. In fact, we recommend that you do type them, because doing so will help reinforce an essential PowerShell skill: accurate typing! Longer code snippets are given in listings and are available for download from the books page on the publishers website at https://www.manning.com/books/learn-windows-powershell-in-a-month-of-lunches-third-edition.

That said, you should be aware of a few conventions. Code always appears in a special font, just as in this example:

Get-WmiObject class Win32_OperatingSystem computerName SERVER-R2

That example also illustrates the line-continuation character used in this book. It indicates that those two lines should be typed as a single line in PowerShell. In other words, dont hit Enter or Return after Win32_OperatingSystemkeep right on typing. PowerShell allows for long lines, but the pages of this book can hold only so much.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Learn Windows PowerShell in a Month of Lunches»

Look at similar books to Learn Windows PowerShell in a Month of Lunches. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Learn Windows PowerShell in a Month of Lunches»

Discussion, reviews of the book Learn Windows PowerShell in a Month of Lunches and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.