| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Gets local managed module catalog settings or package metadata.
Get-ManagedModuleCatalog [[-Name] <string[]>] [-PackageName <string[]>] [-Scope <ModuleRepositoryProfileScope>] [<CommonParameters>]Gets local managed module catalog settings or package metadata.
Get-ManagedModuleCatalogReturns catalog settings and cached package counts.
Get-ManagedModuleCatalog -Name PSGallery -PackageName PesterReturns the cached package entry for Pester from the PSGallery catalog.
Optional catalog names. When omitted, all visible catalogs are returned.
Type: String[]
Parameter Sets: __AllParameterSets
Aliases: Repository, RepositoryName
Possible values:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueOptional package names to return from the selected catalogs.
Type: String[]
Parameter Sets: __AllParameterSets
Aliases: Package, Module, ModuleName
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueCatalog storage scope. The default reads user catalogs before machine-wide catalogs.
Type: ModuleRepositoryProfileScope
Parameter Sets: __AllParameterSets
Aliases: None
Possible values: User, Machine, All
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
None
PowerForge.ManagedModuleCatalog PowerForge.ManagedModuleCatalogPackage
- None