Get-WssAddIn
Gets installed add-ins.
Get-WssAddIn
[[-Id] <Guid>]
[<CommonParameters>]
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.
PS C:\> Get-WssAddIn
This command gets all add-ins installed on the local computer.
Specifies the GUID for an installed package.
Type: | Guid |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.WindowsServerSolutions.AddinInfrastructure.PackageInfo
This cmdlet returns package information of specific add-ins.