Return to Snippet

Revision: 23768
at February 12, 2010 12:44 by AlexLocust


Initial Code
gci HKLM:\Software\Classes -ea 0| ? {$_.PSChildName -match '^\w+\.\w+$' -and (gp "$($_.PSPath)\CLSID" -ea 0)} | ft PSChildName

Initial URL


Initial Description
PowerShell script.
Get all installed in system COM objects.

Initial Title
Get all installed in system COM objects

Initial Tags
windows

Initial Language
Visual Basic