PowerShell Get-PSRepository 查看存储库信息#yyds干货盘点#

网友投稿 772 2022-09-17

PowerShell Get-PSRepository 查看存储库信息#yyds干货盘点#

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

Microsoft.PowerShell.Commands.PSRepository System.Management.Automation.PSCustomObject System.Object 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/ System.Collections.Hashtable System.Object

学习资料

PowerShell 版本 + 工具 PowerShell/PowerShell 51CTO社区

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:用Python发一封图文并茂的邮件 荐(python邮件附件)
下一篇:PowerShell Get-NetAdapter 查看网络适配器的参数#yyds干货盘点#
相关文章

 发表评论

暂时没有评论,来抢沙发吧~