What does powershell mean?

王林
Release: 2020-11-30 10:34:18
Original
28480 people have browsed it

Windows PowerShell is a command-line shell and scripting environment that enables command-line users and scripters to take advantage of the power of the [.NET Framework]. It consists of a command-line shell and is built into the [.NET Framework]. NET] programming language composition on the framework.

What does powershell mean?

(Related recommendations:windows)

powershell introduction:

Windows PowerShell is a command-line shell and scripting environment that enables command-line users and scripters to take advantage of the power of the .NET Framework.

It introduces many very useful new concepts that further expand the knowledge you gain and the scripts you create in the Windows Command Prompt and Windows Script Host environments.

Windows PowerShell v3 will be released with Microsoft Hyper-V 3.0 and Windows Server 2012. PowerShell v3 is a Windows task automation framework that consists of a command line shell and a programming language built into the .NET framework.

PowerShell v3 uses new cmdlets to allow administrators to penetrate deeper into system processes. These processes can be made into executable files or scripts. A cmdlet is a lightweight command that the Windows PowerShell runtime calls in the context of an automation script.

Cmdlets include Get-Location to display the current directory, Get-Content to access file content, and Stop-Process to end the running process.

PowerShell v3 loads Windows Management Framework 3.0 in Windows Server 8. The PowerShell runtime environment can also be embedded into other applications.

The above is the detailed content of What does powershell mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!