如何查找powershell命令?
1、打开开始菜单,并点击所有程序按钮;

2、在附件中找到“windows powershell”文件夹;

3、点击Windows Powershell程序;

4、Powershell程序自动打开;

1、首先在powershell中输入get-command;

2、设定参数 -name;

3、输入通配符“*”+部分命令名称;

4、点击回车后,返回查找到的powershell命令。

阅读量:165
阅读量:58
阅读量:89
阅读量:37
阅读量:32
1、打开开始菜单,并点击所有程序按钮;

2、在附件中找到“windows powershell”文件夹;

3、点击Windows Powershell程序;

4、Powershell程序自动打开;

1、首先在powershell中输入get-command;

2、设定参数 -name;

3、输入通配符“*”+部分命令名称;

4、点击回车后,返回查找到的powershell命令。
