文件名称:psget:从本地文件或从Web安装PowerShell模块的命令集。 受NuGet启发
文件大小:54KB
文件格式:ZIP
更新时间:2024-03-18 02:26:13
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