Windows PowerShell command on Get-command Uninstall-Script
MyWebUniversity

Windows PowerShell command on Get-command Uninstall-Script

NAME

Uninstall-Script

SYNOPSIS

Uninstalls a script file.

SYNTAX

Uninstall-Script [-InputObject] [-Confirm] [-Force] [-WhatIf] []

Uninstall-Script [-Name] [-Confirm] [-Force] [-MaximumVersion ] [-MinimumVersion ]

[-RequiredVersion ] [-WhatIf] []

DESCRIPTION

The Uninstall-Script cmdlet uninstalls the specified script files from the online gallery.

PARAMETERS

-Confirm []

Prompts you for confirmation before running the cmdlet. Required? false Position? named Default value False Accept pipeline input? False Accept wildcard characters? false

-Force []

Forces the command to run without asking for user confirmation. Required? false Position? named Default value False Accept pipeline input? False Accept wildcard characters? false

-InputObject

{{Fill InputObject Description}} Required? true Position? 0 Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false

-MaximumVersion

Specifies the maximum, or newest, version of the script to uninstall. The MaximumVersion and RequiredVersion parameters are mutually exclusive; you cannot use both parameters in the same command. Required? false Position? named Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-MinimumVersion

Specifies the minimum version of the script to uninstall. The MinimumVersion and RequiredVersion parameters are mutually exclusive; you cannot use both parameters in the same command. Required? false Position? named Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-Name

Specifies an array of names of scripts to uninstall. Required? true Position? 0 Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-RequiredVersion

Specifies the exact version number of the script to uninstall. Required? false Position? named Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false

-WhatIf []

Shows what would happen if the cmdlet runs. The cmdlet is not run. Required? false Position? named Default value False Accept pipeline input? False Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

Example 1: Uninstall a script file

PS C:\>Uninstall-Script -Name "MyScript" -RequiredVersion 2.5

This command uninstalls version 2.5 of the script file named MyScript.

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=822338

Find-Script

Install-Script

Publish-Script

Save-Script

Update-Script



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™