Showing results for Win32_ProgIDSpecification - PowerShell Team

Jul 6, 2006
Post comments count0
Post likes count0

Revisiting: Listing all the COM automation PROGIDs

PowerShell Team
PowerShell Team

In the blog entry Listing all the COM automation PROGIDs http://blogs.msdn.com/powershell/archive/2006/06/29/650913.aspx . I showed how you could use the registry to get all the progids that you can use for COM automation. Here is a way to do the same thing via WMI (which allows you to do it to remote machines): Get-WMIObject Win32_ProgIDSpeci...

FAQWMICOM