书到用时方恨少,事非经过不知难。这篇文章主要讲述PowerShell Get-PSRepository 查看存储库信息相关的知识,希望能为你提供帮助。
环境配置说明
- Windows 21H1
- PSVersion 5.1.19041.1320
示例
PS C:\\Users\\admin>
help *repository*NameCategoryModuleSynopsis
--------------------------
Register-PSRepositoryFunctionPowerShellGet...
Unregister-PSRepositoryFunctionPowerShellGet...
Set-PSRepositoryFunctionPowerShellGet...
Get-PSRepositoryFunctionPowerShellGet...
PS C:\\Users\\admin>
Get-PSRepositoryNameInstallationPolicySourceLocation
------------------------------------
PSGalleryUntrustedhttps://www.powershellgallery...
Export-Clixml 将结果保存为xml文件
- 此处是powershell专用的xml,与常见xml存在差异。
PS C:\\Users\\admin>
Get-PSRepository | Export-Clixml psrepo.xml
<
Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<
Obj RefId="0">
<
TN RefId="0">
<
T>
Microsoft.PowerShell.Commands.PSRepository<
/T>
<
T>
System.Management.Automation.PSCustomObject<
/T>
<
T>
System.Object<
/T>
<
/TN>
<
MS>
<
S N="Name">
PSGallery<
/S>
<
S N="SourceLocation">
https://www.powershellgallery.com/api/v2<
/S>
<
B N="Trusted">
false<
/B>
<
B N="Registered">
true<
/B>
<
S N="InstallationPolicy">
Untrusted<
/S>
<
S N="PackageManagementProvider">
NuGet<
/S>
<
S N="PublishLocation">
https://www.powershellgallery.com/api/v2/package/<
/S>
<
S N="ScriptSourceLocation">
https://www.powershellgallery.com/api/v2/items/psscript<
/S>
<
S N="ScriptPublishLocation">
https://www.powershellgallery.com/api/v2/package/<
/S>
<
Obj N="ProviderOptions" RefId="1">
<
TN RefId="1">
<
T>
System.Collections.Hashtable<
/T>
<
T>
System.Object<
/T>
<
/TN>
<
DCT />
<
/Obj>
<
/MS>
<
/Obj>
<
/Objs>
学习资料
- PowerShell 版本 + 工具
- PowerShell/PowerShell
- 51CTO社区
【PowerShell Get-PSRepository 查看存储库信息】感恩曾经帮助过 师万物 的人。
学有余力的话,可以了解具有开源、跨平台特性的Powershell Core。
欢迎关注公众号:悟为生心
推荐阅读
- 01 局域网yum 源仓库的安装
- #yyds干货盘点#linux命令 –MAKEDEV 建立设备
- #yyds干货盘点#路由表的构成详解
- PowerShell KB MB GB TB PB在powershell的显示
- Flutter 专题30 图解自定义底部状态栏 ACEBottomNavigationBar #yyds干货盘点#
- MySQL optimizer_trace的用法
- PowerShell Out-GridView 结果显示到可交互的独立窗口中
- YARN && Hadoop 集群环境准备
- PowerShell PSModulePath 查看默认的模块存放路径