サーバにinstallされているOSやMWの一覧を自動収集したい (centos版) - end0tknr's kipple - 新web写経開発
先日の上記エントリのwindows版。
windowsの場合、コマンドライン(power shell Get-ChildItem)から以下のようにインストール済の一覧を取得できます
PS C:\Users\end0t> Get-ChildItem -Path(
>> 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall',
>> 'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall') |
>> % { Get-ItemProperty $_.PsPath | Select-Object DisplayName, DisplayVersion, Publisher }
DisplayName DisplayVersion Publisher
----------- -------------- ---------
7-Zip 18.05 (x64) 18.05 Igor Pavlov
Android Studio 3.3 Google LLC
EPSON PX-049A Series プリンター アンインストール Seiko Epson Corporation
Appium 1.11.0 1.11.0 Appium Developers
GIMP 2.10.6 2.10.6 The GIMP Team
Git version 2.19.1 2.19.1 The Git Development Community
Mozilla Firefox 64.0.2 (x64 ja) 64.0.2 Mozilla
Mozilla Maintenance Service 61.0 Mozilla
Microsoft Project Professional 2016 16.0.4266.1001 Microsoft Corporation
Microsoft Office Professional Plus 2016 16.0.4266.1001 Microsoft Corporation
Microsoft Visio Professional 2016 16.0.4266.1001 Microsoft Corporation
OWASP Zed Attack Proxy 2.7.0 2.7.0 OWASP ZAP
Vulkan Run Time Libraries 1.1.70.0 1.1.70.0 LunarG, Inc.
Canon MP470 series
Windows SDK for Windows Store Apps DirectX x64 Remote 10.1.16299.91 Microsoft Corporation
Intel(R) Management Engine Components 11.7.0.1035 Intel Corporation
Application Verifier x64 External Package 10.1.16299.91 Microsoft
Intel(R) PRO/Wireless Driver 20.50.0001.8400 Intel Corporation
Intel(R) Management Engine Components 1.0.0.0 Intel Corporation
Microsoft Visual C++ 2017 X64 Debug Runtime - 14.16.27024 14.16.27024 Microsoft Corporation
Windows App Certification Kit Native Components 10.1.17763.132 Microsoft Corporation
Java(TM) SE Development Kit 10.0.1 (64-bit) 10.0.1.0 Oracle Corporation
Universal CRT Tools x64 10.1.17763.132 Microsoft Corporation
Windows SDK for Windows Store Apps DirectX x64 Remote 10.1.17134.12 Microsoft Corporation
Lenovo Active Protection System 1.82.00.17 Lenovo
CMake 3.14.0 Kitware
TortoiseSVN 1.10.1.28295 (64 bit) 1.10.28295 TortoiseSVN
: