Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
WinGet
0.0.1
src/private/Get-PackageSources.ps1
# Utility function - Read the registered package sources from its configuration file
function
Get-PackageSources
{
Invoke-WinGet
-SourceList
}