Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

烟雨青岚
Release: 2020-07-03 13:15:33
forward
40353 people have browsed it

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Windows PowerShell is a command-line shell and scripting environment that allows command-line users and scripters to take advantage of the power of the .NET Framework. This article will introduce its opening method and commonly used commands

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Startup method

Win10 system can be entered in the Cortana search box PowerShell can be opened

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Win7/8.1 system can use the Win Q key combination to open the search, then enter PowerShell and select the following prompt items

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

General method: Win R key combination to open the run command, enter PowerShell and press Enter to open it

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Switch from cmd to PowerShell: You can enter PowerShell in the command prompt to switch to Windows PowerShell

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Switch from PowerShell to cmd: Enter cmd in PowerShell Switch back to cmd

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Brief introduction

Get all commands: get-command

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Get all processes: get-process

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Rename the specified command: Set- Alias, such as Set-Alias ​​aaa Get-Command

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

is the same as cmd, cls is the clear screen command

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

Help command: help, the homepage is not fully displayed, you can press Enter after --More-- to view the remaining help information

Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts)

##Reference: https://www.yuque.com/docs/share/f7bb056b-e1ef-425d-8ff8-585938b27290

Thank you for reading, I hope you will benefit a lot.

This article is reproduced from: https://blog.csdn.net/lengyuezuixue/article/details/80973873

Recommended tutorial:

windows tutorial

The above is the detailed content of Comprehensive collection of PowerShell commands (detailed explanations with pictures and texts). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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 [email protected]
Popular Tutorials
More>
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!