PowerShell了解

时间:2024-03-18 17:42:25

Windows PowerShell(简称 PowerShell)是为Windows环境所开发的Shell及脚本语言技术。

什么是powershell? 是WINDOWS系统自带的一个命令行程序
并不是所有的Windows系统都自带powershell

Windows10的是powershell 5

特点:

  • 比CMD功能强,但是更复杂
  • 语法类似于编程语言C#

学习PowerShell干什么? 摆脱对工具的依赖
可以在不需要其他工具的情况对电脑进行 渗透活动

打开方式1:
右键单击Windows图标 →选择Windows PowerShell
PowerShell了解
打开方式2:
在cmd中直接输入 powershell

PowerShell了解
get-commad
get-help
get-service