What is PowerShell introduction
You may not have heard of PowerShell, but I'm sure you know there's a very powerful secret weapon under Linux, bash!. , we can achieve a variety of functions directly through the system's own script file, and the previous Microsoft platform for such operations under the only batch file! But the batch process is not so powerful, the complexity of the task is obviously inadequate. But our topic today is PowerShell, let's take a look at Microsoft's official explanation for PowerShell
PowerShell is a task-based command-line shell and scripting language built on the. NET Framework. PowerShell helps system administrators and power-users can rapidly automate tasks that manage operating systems (Linux, MA COS, and Windows) and processes.
The power shell is based on a. NET shell and scripting language, he helps administrators do some automated operations, and it is cross-platform!
Needless to say, I believe you should know the power of the. NET platform, and PowerShell can invoke features under the. NET Platform, in addition to its own very easy-to-understand language. For system administrators, it's important to learn about PowerShell for people who want windows to better serve themselves.
How do I call PowerShell?
The first method: by running the command
We can start the PowerShell command line interface by opening the Run dialog box with the Win+r key and entering PowerShell in the Run dialog.
The second method: Click the right mouse button by holding down shift at any folder location
The third method is to enter PowerShell in the address bar of any folder
1.PowerShell Introduction