I am using win32_product to audit installed software in my environment but have noticed a strange gap in the results. I don't think this is caused by bad formatting and am ultimatly concerned I may not be seeing a complete result.
Get-CimInstance -ComputerName $TargetComputer -ClassName win32_product | Select-Object Name, Version
Name Version
---- -------
Kaspersky Security Center 10 Network Agent 10.5.1781
Java 8 Update 161 8.0.1610.12
RBRWSC 4.3.5.27
Local Administrator Password Solution 6.2.0.0
Adobe Refresh Manager 1.8.0
Adobe Acrobat Reader DC 19.012.20040
PuTTY release 0.72 (64-bit) 0.72.0.0
Google Update Helper 1.3.34.11
Microsoft Visual C++ 2010 x86 Redistributable - 10.0.30319 10.0.30319
Microsoft Silverlight 5.1.50907.0
Intel(R) Chipset Device Software 10.0.13
Cisco Jabber 12.6.1.34405
Kaspersky Endpoint Security for Windows 11.0.0.6499
Java Auto Updater 2.8.161.12
I would expect the list to not have this strange space in it. Does anyone know what is causing this?