BRONZE PARTNER:
BRONZE PARTNER:
Industry News:

| |
 |
 |
 |
| Getting a List of the Installed Microsoft Word Add-ins |
 |
|
|
By: Rod Trent
Posted On: 12/2/2008
Use this PowerShell script to retrieve the names of the Add-ins installed for Microsoft Word.
Copy and paste from between the lines.
**************************
$computer = "LocalHost" $namespace = "root\MSAPPS12" Get-WmiObject -class Win32_WordComAddin -computername $computer -namespace $namespace
**************************
Information retrieved:
Creator Guid Installed Name Path
|
 |
 |
 |
|
|