Uninstall-WssAddIn

Uninstall-WssAddIn

Uninstalls an add-in.

Syntax

Parameter Set: Default
Uninstall-WssAddIn [-Id] <Guid> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Uninstall-WssAddIn cmdlet uninstalls an add-in from the server. When you uninstall an add-in, the functionality provided by add-in is no longer available on the server.

Parameters

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Id<Guid>

Specifies the GUID of an installed package.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

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

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Uninstall an add-in

This command uninstalls the add-in that has the package Id 6617708D-0F98-4898-8D05-9E882C23DCB2.

PS C:\> Uninstall-WssAddIn -Id {6617708D-0F98-4898-8D05-9E882C23DCB2}

Get-WssAddIn

Install-WssAddIn