- 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
- Oracle從入門到精通(第3版)
- Angular UI Development with PrimeNG
- Mastering OpenCV Android Application Programming
- Ext JS Data-driven Application Design
- R語言游戲數據分析與挖掘
- Java程序員面試算法寶典
- SAS數據統計分析與編程實踐
- WordPress 4.0 Site Blueprints(Second Edition)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Mastering AWS Security
- Building Serverless Web Applications
- C編程技巧:117個問題解決方案示例
- Building Apple Watch Projects
- Building Microservices with .NET Core 2.0(Second Edition)
- Swift編程實戰:iOS應用開發實例及完整解決方案