Uninstall-Pester¶
SYNOPSIS¶
Uninstall Pester 3 from Program Files and Program Files (x86)
SYNTAX¶
Uninstall-Pester [-All] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION¶
Uninstall Pester 3 from Program Files and Program Files (x86). This is useful when you want to install Pester 4 and you have Pester 3 installed.
EXAMPLES¶
EXAMPLE 1¶
Uninstall-Pester
Uninstall Pester 3 from Program Files and Program Files (x86).
EXAMPLE 2¶
Uninstall-Pester -All
Completely remove all built-in Pester 3 installations.
PARAMETERS¶
-All¶
{{ Fill All Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.