-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
SQL Server 2014 with Powershell v5 Cookbook
By :
Before you dive deeper into PowerShell, it's worth noting down the features that have been added to PowerShell over the last few versions. They are as follows:
Improvements to the Integrated Scripting Environment (ISE): Many of the improvements such as Intellisense, autocomplete (tab completion), command window, and live syntax checking were introduced in PowerShell V3. Although subtle, the ISE has kept on improving through the versions.

OneGet: PowerShell's OneGet has been added in PowerShell V5 to ease the process of finding, listing, managing, and installing packages from web-based repositories and installing them. If you have worked with *nix machines and environments before, this new feature is similar to apt-get or Red Hat Package Manager(RPM).
In Windows 10, this module has been renamed as PackageManagement. To learn more about this module, visit http://blogs.technet.com/b/packagemanagement/archive/2015/04/29/introducing-packagemanagement...