Get-WssAddIn

Gets installed add-ins.

Syntax

Get-WssAddIn
   [[-Id] <Guid>]
   [<CommonParameters>]

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.

Examples

Example 1: Get all installed add-ins

PS C:\> Get-WssAddIn

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

Parameters

-Id

Specifies the GUID for an installed package.

Type:Guid
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

Microsoft.WindowsServerSolutions.AddinInfrastructure.PackageInfo

This cmdlet returns package information of specific add-ins.