Windows PowershellによるDCOMアプリケーションの一覧を取得する方法を紹介
DCOMアプリケーションの一覧を取得(APPID、名前)。全てのプロパティについて取得したい場合は、Format-List * で可能。
サンプルソース
(入力)
Get-WmiObject Win32_DCOMApplication | Format-List AppID,Description
(出力)
AppID : {0010890e-8789-413c-adbc-48f5b511b3af}
Description : User Notification
AppID : {00f22b16-589e-4982-a172-a51d9dcceb68}
Description : PhotoAcquire
AppID : {00f2b433-44e4-4d88-b2b0-2698a0a91dba}
Description : PhotoAcqHWEventHandler
AppID : {01419581-4d63-4d43-ac26-6e2fc976c1f3}
Description : TabTip
・・・・・・・(以下続く:省略)・・・・・
※レジストリ HKEY_CLASSES_ROOT\APPID でも確認可能。