Prajwal Desai Posted September 6, 2012 Report post Posted September 6, 2012 Windows PowerShell 3.0 is now available for download for Windows 7, Windows Server 2008 R2 and for Windows Server 2008. Windows PowerShell 3.0 comes in the Management Framework 3.0. You will need to download the appropriate package for your target operating system. Windows 7 and Windows Server 2008 R2 must be at service pack 1, while Windows Server 2008 requires service pack 2. Some of the new features in Windows PowerShell 3.0 include: Workflow - Windows PowerShell Workflow lets IT Pros and developers apply the benefits of workflows to the automation capabilities of Windows PowerShell. Workflows allow administrators to run long-running tasks (which can be made repeatable, frequent, parallelizable, interruptible, or restart-able) that can affect multiple managed computers or devices at the same time. Disconnected Sessions - PowerShell sessions can be disconnected from the remote computer and reconnected later from the same computer or a different computer without losing state or causing running commands to fail. Robust Session Connectivity - Remote sessions are resilient to network failures and will attempt to reconnect for several minutes. If connectivity cannot be reestablished, the session will automatically disconnect itself so that it can be reconnected when network connectivity is restored. Scheduled Jobs - Scheduled jobs that run regularly or in response to an event. Delegated Administration - Commands that can be executed with a delegated set of credentials so users with limited permissions can run critical jobs Simplified Language Syntax - Simplified language syntax that make commands and scripts look a lot less like code and a lot more like natural language. Cmdlet Discovery - Improved cmdlet discovery and automatic module loading that make it easier to find and run any of the cmdlets installed on your computer. Show-Command - Show-Command, a cmdlet and ISE Add-On that helps users find the right cmdlet, view its parameters in a dialog box, and run it. The Powershell 3.0 can be downloaded here : http://www.microsoft...s.aspx?id=34595 Supported operating systems: Windows 7 Service Pack 1, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2 Windows Management Framework 3.0 requires Microsoft .NET Framework 4.0. You can install Microsoft .NET Framework 4.0 at: http://www.microsoft...s.aspx?id=17851 via Microsoft > http://www.microsoft...s.aspx?id=34595 Share this post Link to post Share on other sites More sharing options...
Techwork Posted October 6, 2012 Report post Posted October 6, 2012 Nice, I am on my way to download it PowerShell 3.0 is an integrated part of Windows 8 and Windows Server 2012 right? Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted October 6, 2012 Report post Posted October 6, 2012 Correct. Share this post Link to post Share on other sites More sharing options...