Get-WssAddIn

Get-WssAddIn

Gets installed add-ins.

Sintaxis

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

Descripción detallada

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.

Parámetros

-Id<Guid>

Specifies the GUID for an installed package.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.AddinInfrastructure.PackageInfo

    This cmdlet returns package information of specific add-ins.

Ejemplos

Example 1: Get all installed add-ins

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

PS C:\> Get-WssAddIn

Temas relacionados

Install-WssAddIn

Uninstall-WssAddIn