-
psget是一个受NuGet启发的命令集,用于从本地文件或Web安装PowerShell模块
资源介绍
PsGet实用程序
从*目录,本地文件或Web安装PowerShell模块的命令集。
安装
在提示符下执行:
(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex
如果您得到这样的信息:
Downloading PsGet from https://github.com/psget/psget/raw/master/PsGet/PsGet.psm1
PsGet is installed and ready to use
大功告成PowerShell脚本下载GetPsGet.ps1并将其发送到Invoke-Expression以安装PsGet模块。
或者,您可以手动安装
将PsGet.psm1复制到模块文件夹(例如$Env:PsGet\PsGet\ )
执行Import-Mo