Remove the local test repository that was created with register-mfLocalPsResourceRepository
remove-mfLocalPsResourceRepository [[-repositoryName] <String>] [[-path] <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
If a local test repository was created with the register-mfLocalPsResourceRepository, this command will remove it It will also remove the directory that hosted the local repository
remove-mfLocalPsResourceRepository
Name of the repository
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: LocalTestRepository
Accept pipeline input: False
Accept wildcard characters: False
Root path of the module. Uses Temp Path by default
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: [System.IO.Path]::GetTempPath()
Accept pipeline input: False
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Adrian Andersson