- 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
- Embedded Linux Projects Using Yocto Project Cookbook
- Building a Game with Unity and Blender
- 程序員面試筆試寶典
- 21天學通C++(第6版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Unreal Engine 4 Shaders and Effects Cookbook
- 數據結構與算法分析(C++語言版)
- Salesforce Reporting and Dashboards
- C語言程序設計
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Java圖像處理:基于OpenCV與JVM
- 監控的藝術:云原生時代的監控框架
- Anaconda數據科學實戰
- Scrapy網絡爬蟲實戰
- Python全棧開發:基礎入門