- PowerShell for SQL Server Essentials
- Donabel Santos
- 133字
- 2021-07-23 20:32:24
PowerShell versions
PowerShell has matured since its inception and has undergone several version upgrades. At the time of writing of this book, the most recent version is PowerShell V4.
The following table shows the different PowerShell versions that Microsoft released, operating systems that support them, required .NET Framework version, and some of the notable features:

PowerShell matures with every release and the requirements and features will change with different operating systems.
Note
Please visit http://technet.microsoft.com/en-us/library/hh847769.aspx for official PowerShell requirements required for your Windows OS.
To determine which PowerShell version you are using, you can type in $PSVersionTable
in your console or ISE:

If you have PowerShell v3 or v4, you can also downgrade your PowerShell session. You can do this by supplying the -Version
parameter when you start your session:
Powershell.exe -Version 2
- 大話PLC(輕松動漫版)
- 精通Nginx(第2版)
- 深入理解Bootstrap
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Learning Hunk
- Highcharts Cookbook
- BIM概論及Revit精講
- NoSQL數據庫原理
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Python Essentials
- JavaScript程序設計(第2版)
- 視窗軟件設計和開發自動化:可視化D++語言
- 面向對象程序設計及C++(第3版)
- 計算機系統解密:從理解計算機到編寫高效代碼