Book Image

Microsoft Windows PowerShell 3.0 First Look

By : Adam Driscoll
Book Image

Microsoft Windows PowerShell 3.0 First Look

By: Adam Driscoll

Overview of this book

<p>In an ever growing and changing computer industry, learning how to manage systems effectively is necessary for any administrator. The new features in PowerShell 3.0 extend the already impressive language to support new features that makes working with complex and distributed systems simpler and faster. <br /><br /><i>Microsoft Windows PowerShell 3.0 First Look</i> offers a quick look into the new features available in the most recent version of the language. Quick, to-the-point examples ensure that you will be able to easily understand the new features. <br /><br />Starting with simple syntactical changes all the way through Windows Worflow integration, you will learn through concise feature analysis and simple examples.</p> <p>Throughout this book you will get to grips with changes to the language to aid usability &ndash; making administrators' lives easier. New features will be explored such as Windows Workflow integration and extended WMI capabilities. This book includes a chapter outlining some of the most important new cmdlets and modules found in Windows 8 and Windows Server 8.<br /><br />Microsoft Windows PowerShell 3.0 First Look will provide a jump start for administrators or power users who want to grasp new features, language changes, and cmdlet offerings found in the new version of Microsoft PowerShell.</p>
Table of Contents (14 chapters)
Microsoft Windows PowerShell 3.0 First Look
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
3
Improved Administration
Index

Summary


In this chapter we learned that the new features within the latest version of PowerShell, had greatly extended and simplified the day to day tasks of an administrator. The scheduled jobs feature made it much easier to setup repeatable tasks so that less time is spent having to repeat the automation. It instead automated the automation, leaving us to spend more time working on more important tasks. The added delegated administration system allowed administrators with less permission to run as different users. This allowed better control or who has access to which resources and enabled more people to take care of tasks that they might not have been able to do before. Finally, the improvements to the Restart-Computer cmdlet made it much easier to work correctly into scripts and work with network infrastructure. This made the cmdlet much more practical to use in scripts.

In the next chapter we will look at the new Windows Workflow for PowerShell and how it takes scripts to an entirely...