Uninstall-Pester¶
SYNOPSIS¶
Uninstall Pester 3 from Program Files and Program Files (x86)
SYNTAX¶
__AllParameterSets¶
Uninstall-Pester [-All] [<CommonParameters>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
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: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
OUTPUTS¶
System.String¶
{{ Fill in the Description }}
NOTES¶
RELATED LINKS¶
{{ Fill in the related links here }}