Get-WssAddIn

Get-WssAddIn

Gets installed add-ins.

Syntax

Parameter Set: Default
Get-WssAddIn [[-Id] <Guid> ] [ <CommonParameters>]

Detailed Description

The Get-WssAddIn cmdlet gets the add-ins for an installed package. If you do not specify the Id parameter, the cmdlet gets all installed add-ins on the local computer.

Parameters

-Id<Guid>

Specifies the GUID for an installed package.

Aliases

none

Required?

false

Position?

1

Default Value

none

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.

  • PackageInfo

Examples

Example 1: Get all installed add-ins

This command gets all add-ins installed on the local computer.

PS C:\> Get-WssAddIn

Install-WssAddIn

Uninstall-WssAddIn