PowerShell 技能连载 - 注册缺省的 PowerShell 源

如果您使用 PowerShellGet 模块(默认随着 Windows 10 和 Server 2016 分发),您可以方便地下载和安装共享的 PowerShell 脚本和模块:

1
2
3
4
5
6
7
8
PS> Find-Module -Tag Security

Version Name Repository Description
------- ---- ---------- -----------
2.5.0 Carbon PSGallery Carbon is a PowerShell module for automating t...
0.8.1 ACMESharp PSGallery Client library for the ACME protocol, which is...
2.22 DSInternals PSGallery The DSInternals PowerShell Module exposes seve...
1.2.0.0 DSCEA PSGallery DSCEA is a scanning engine for processing Test...

不过有些时候,机器上缺失了缺省的 PSGallery 源,要还原缺省设置,请使用以下代码:

1
PS> Register-PSRepository -Default

PowerShell 技能连载 - 注册缺省的 PowerShell 源

http://blog.vichamp.com/2017/09/01/registering-default-powershell-repository/

作者

吴波

发布于

2017-09-01

更新于

2022-07-06

许可协议

评论