| external help file | PSPublishModule-help.xml |
|---|---|
| Module Name | PSPublishModule |
| online version | https://github.com/EvotecIT/PSPublishModule |
| schema | 2.0.0 |
Removes a saved managed module repository profile.
Remove-ManagedModuleRepository [-Name] <string> [-PassThru] [-Scope <ModuleRepositoryProfileScope>] [-WhatIf] [-Confirm] [<CommonParameters>]Removing a profile deletes only PSPublishModule's non-secret repository settings. It does not unregister native PowerShell repository state or clear external credential-provider token caches.
Remove-ManagedModuleRepository -Name CompanyDeletes the saved Company profile from the current user's profile store.
Remove-ManagedModuleRepository -Name Company -PassThruReturns True when the profile was removed, otherwise False.
Profile name to remove.
Type: String
Parameter Sets: __AllParameterSets
Aliases: ProfileName
Possible values:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueReturns true when a profile was removed, otherwise false.
Type: SwitchParameter
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:
Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: TrueProfile store scope to remove from.
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
System.Boolean
- None