React 前端框架助力企业快速适应数字化转型的挑战与机遇
824
2022-09-17
PowerShell Get-PSRepository 查看存储库信息#yyds干货盘点#
环境配置说明
Windows 21H1 PSVersion 5.1.19041.1320
示例
PS C:\Users\admin> help *repository* Name Category Module Synopsis ---- -------- ------ -------- Register-PSRepository Function PowerShellGet ... Unregister-PSRepository Function PowerShellGet ... Set-PSRepository Function PowerShellGet ... Get-PSRepository Function PowerShellGet ...
PS C:\Users\admin> Get-PSRepository Name InstallationPolicy SourceLocation ---- ------------------ -------------- PSGallery Untrusted 将结果保存为xml文件
此处是powershell专用的xml,与常见xml存在差异。
PS C:\Users\admin> Get-PSRepository | Export-Clixml psrepo.xml
PSGallery
https://powershellgallery.com/api/v2
false
true
Untrusted
NuGet
https://powershellgallery.com/api/v2/package/
https://powershellgallery.com/api/v2/items/psscript
https://powershellgallery.com/api/v2/package/
学习资料
PowerShell 版本 + 工具 PowerShell/PowerShell 51CTO社区
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~