Introduction to Windows powershell

Source: Internet
Author: User

Introduction to Windows powershell

 

For everyone, CMD is very familiar. The term "command" evolved from the DOS era has been accompanied by the growth of OS since Win2000 to 2003. Today, Ms introduces powershell again. What is this?

As you are familiar with Windows: cmd.exe and shell: Sh, KSh, CSH, and bash in UNIX. Powershell is also a shell. It is a completely new. Net-based shell, not a cmd upgrade. His new name is the cmdlet and the prompt is ps.

Currently, powershell has three platform versions: i386, x64, and IA64. Please note that even if your hardware is AMD's x64 CPU, if the OS is installed with 32 bits, you still need to install the i386 version.

The cmdlet mainly names various commands in the form of verbs and nouns. Commonly Used Commands include get-command and get-help.

Get-command can list all the commands of the cmdlet. Get-help can view detailed help information of the cmdlet. Powershell fully supports various scripts. Just like you write a previous BAT file, you can save the script written in the cmdlet as a file with the extension of PS1, and then powershell script1.ps1 can be run.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.