Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 1.98 KB

File metadata and controls

91 lines (69 loc) · 1.98 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

Unregister-ManagedModuleRepository

SYNOPSIS

Unregisters a saved managed module repository profile.

SYNTAX

__AllParameterSets

Unregister-ManagedModuleRepository [-Name] <string[]> [-PassThru] [-Scope <ModuleRepositoryProfileScope>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Unregisters a saved managed module repository profile.

EXAMPLES

EXAMPLE 1

Unregister-ManagedModuleRepository -Name @('Name')

PARAMETERS

-Name

Profile name to unregister.

Type: String[]
Parameter Sets: __AllParameterSets
Aliases: ProfileName
Possible values:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue, ByPropertyName)
Accept wildcard characters: True

-PassThru

Returns 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: True

-Scope

Profile store scope to unregister 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: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • System.String[]

OUTPUTS

  • System.Boolean

RELATED LINKS

  • None