Welcome to Powergui.org - an open source community for Windows Powershell

PowerGUI.org PowerGUI.org and blogs
[712] Installed programs snap-in    « Back to Category
Author: Andy Kwak, Created on: Mar 28, 2007 6:03 AM
Keywords: WMI Win32_Process Installed Programs Uninstall
Categories: Windows Server, PowerGUI Library
Rating:


This snap-in lists the installed programs on the local computer, and the attached action allows for programs to be uninstalled.

The snap-in can be easily modified to list programs on another computer by modifying the -Computer command line parameter to refer to another computer.

The snap-in uses the WMI class Win32_Product to list all of the installed programs. Please note, that on Windows 2003 Server, Win32_Product is not enabled by default, and must be enabled as follows:

1.
In Add or Remove Programs, click Add/Remove Windows Components.
2.
In the Windows Components Wizard, select Management and Monitoring Tools and then click Details.
3.
In the Management and Monitoring Tools dialog box, select WMI Windows Installer Provider and then click OK.
4.
Click Next.

Document Rating
Rating:

Downloads
Click to download this attachment InstalledPrograms.powerpack (622 bytes)
Downloaded 2513 Times
Click to download this attachment uninstallprogram.action (407 bytes)
Downloaded 1934 Times
Related Documents
No Related Documents