| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Imports managed module repository profiles from a non-secret profile file.
Import-ManagedModuleRepository [-Path] <string> [-Force] [-PassThru] [-Scope <ModuleRepositoryProfileScope>] [-WhatIf] [-Confirm] [<CommonParameters>]Imports managed module repository profiles from a non-secret profile file.
Import-ManagedModuleRepository -Path 'C:\Path'Replaces existing managed repository profiles with matching names.
Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueReturns imported profiles. The command is quiet by default, like Import-PSGetRepository.
Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TruePath to a profile file exported by Get-ManagedModuleRepository -ExportPath.
Type: String
Parameter Sets: __AllParameterSets
Aliases: RequiredResourceFile
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueProfile store scope to import into.
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
PSPublishModule.ModuleRepositoryProfileResult— User-facing private module repository profile saved by PSPublishModule.
- None