PowerShell ISE附加Script Browser

简介:

近日收到Technet邮件,微软为广大的PowerShell开发了搜索脚本示例的插件Srcipt Browser可以离线的查找Technet上所有PowerShell脚本,在连线的情况下实时更新本地脚本库;

我尝试安装试用一把;

image

(1)下载Script Browser后直接运行安装,保持默认设置,一路“Next”即可;

Script Browser官方的现在地址:http://www.microsoft.com/zh-cn/download/details.aspx?id=42525

(2)以管理员的身份运行powershell;

image

运行“Set-ExecutionPolicy RemoteSigned”命令修改powershell的运行策略;

image

(3)以管理员的身份运行ISE;

image

在默认情况下,Script Browser会附近在ISE的右边栏:

image  

(4)如果在右边栏没有看到Script Browser;

可以通过“附加工具”—》“Script Browser”将其调用出来:

image

(5)例如我查找和”copy files“相关的脚本,可以注意到它会从总共3000+的脚本库中为我查找;

image

结果找到191个,及时显示前10个;

image  

可以直接将需要的脚本打开,将其复制到ISE的编辑栏中,直接修改我们所需要的脚本;是不是很方便?!

image

image




本文转自 bannerpei 51CTO博客,原文链接:http://blog.51cto.com/281816327/1403728,如需转载请自行联系原作者

相关文章
|
Docker Windows 容器
Containers feature is disabled. Enable it using the PowerShell script (in an administrative PowerShe
Containers feature is disabled. Enable it using the PowerShell script (in an administrative PowerShe
134 0
|
1月前
|
监控 关系型数据库 MySQL
PowerShell 脚本编写 :自动化Windows 开发工作流程
PowerShell 脚本编写 :自动化Windows 开发工作流程
34 0
|
2月前
|
Windows
Powershell 重新排列去重 Windows环境变量
【9月更文挑战第13天】本文介绍如何使用PowerShell对Windows环境变量进行重新排列和去重。首先通过`$env:`访问环境变量,接着使用`-split`命令分割路径,再利用`Select-Object -Unique`去除重复项。之后可根据需要对路径进行排序,最后将处理后的路径组合并更新环境变量。注意修改环境变量前应备份重要数据并了解潜在影响。
127 10
|
6月前
|
存储 Ubuntu Linux
windows可以安装Ubuntu,ubuntu上也可以安装Powershell
powerhsell除了可以在windows上使用外,还可以在Ubuntu上部署开发环境。下面介绍Ubuntu上安装powershell的方法。
199 0
|
Shell Linux 开发工具
windows中cmd和PowerShell批处理命令
之前在 Git 批量删除本地分支,有用到 Linux 或 MacOS 下的批处理命令,这个命令中的 grep、xargs 本身是 Shell script,在 windows 中的 cmd 和 PowerShell 中是不能用的
99 0
|
JavaScript Windows
[Vue]解决 Windows PowerShell 不识别 vue 命令的问题
[Vue]解决 Windows PowerShell 不识别 vue 命令的问题