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

Chapter 6. New and Improved PowerShell Hosts

In PowerShell 2.0, there were only two ways to access it out of the box: through the command prompt, PowerShell.exe, or through the PowerShell Integrated Scripting Environment (ISE). On Windows Server the ISE was not even enabled by default and had to be enabled through a separate feature. The command prompt is typically the first stop for many users as it is simple and efficient. It allows us to quickly execute commands that we do not have to persist. Whenever users are looking to write something more than just a couple of lines and are looking to save their scripts, the ISE is the obvious choice.

In addition to the built-in PowerShell hosts, there are tons of third party PowerShell tools available to write scripts, create user interfaces, or execute command line operations. In PowerShell 3.0, Microsoft enhanced the built-in tooling. Not only did they enhance the ISE to be more robust and offer features found in most of the other script editors...