Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
Full Properties of Installed Programs with "Get-WmiObject" on Windows 8
How to get the full list of all properties of an installed program with PowerShell "Get-WmiObject" cmdlet on Windows 8?
✍: FYIcenter.com
If you want to get the full list of all properties of an installed program on Windows 8,
you can use the "Get-WmiObject" cmdlet as described in this tutorial:
1. Start a PowerShell window
2. Run the following command to get the full list of all properties of installed program "Windows Live Photo Common":
PS C:\fyicenter> get-wmiobject -class win32_product -filter "name='Windows Live Photo Common'" | select-object -property * PSComputerName : FYICENTER Name : Windows Live Photo Common Version : 16.4.3503.0728 InstallState : 5 __GENUS : 2 __CLASS : Win32_Product __SUPERCLASS : CIM_Product __DYNASTY : CIM_Product __RELPATH : Win32_Product.IdentifyingNumber="{64DF7404-9D46-44AF-AFA1-A 2F8D5648C2D}",Name="Windows Live Photo Common",Version="16.4.3503.0728" __PROPERTY_COUNT : 27 __DERIVATION : {CIM_Product} __SERVER : FYICENTER __NAMESPACE : root\cimv2 __PATH : \\FYICENTER\root\cimv2:Win32_Product.IdentifyingNumber="{64 DF7404-9D46-44AF-AFA1-A2F8D5648C2D}",Name="Windows Live Photo Common",Version="16.4.3503.0728" AssignmentType : 1 Caption : Windows Live Photo Common Description : Windows Live Photo Common HelpLink : HelpTelephone : IdentifyingNumber : {64DF7404-9D46-44AF-AFA1-A2F8D5648C2D} InstallDate : 20121127 InstallDate2 : InstallLocation : InstallSource : C:\Program Files (x86)\Common Files\Windows Live\.cache\9cd734d51cdcc7e0f\ Language : 0 LocalPackage : C:\Windows\Installer\4f464.msi PackageCache : C:\Windows\Installer\4f464.msi PackageCode : {A7FC5130-CC80-4B4C-A086-C0AC384070BF} PackageName : PhotoCommon.msi ProductID : RegCompany : RegOwner : SKUNumber : Transforms : URLInfoAbout : URLUpdateInfo : Vendor : Microsoft Corporation WordCount : 2 Scope : System.Management.ManagementScope Path : \\FYICENTER\root\cimv2:Win32_Product.IdentifyingNumber="{64 DF7404-9D46-44AF-AFA1-A2F8D5648C2D}",Name="Windows Live Photo Common",Version="16.4.3503.0728" Options : System.Management.ObjectGetOptions ClassPath : \\FYICENTER\root\cimv2:Win32_Product Properties : {AssignmentType, Caption, Description, HelpLink...} SystemProperties : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY...} Qualifiers : {dynamic, Locale, provider, UUID} Site : Container :
Â
⇒ Missing Programs in "Get-WmiObject" Output on Windows 8
⇠Track Installed Programs with PowerShell "get-wmiobject" on Windows 8
⇑ Uninstall Old or Bad Programs and Software on Windows 8
⇑⇑ Windows 8 Installed Programs
2020-12-22, 1527👍, 0💬
Popular Posts:
What files are stored in the "C:\Users\<userid >\AppData\Local\M icrosoft\Windows\Tempor. ..
Can I disable Windows service "Network Associates Task Manager" to speedup my computer? Third party ...
How do I improve the touch sensitivity on my PC 1. Adjust the pen and touch settings in the Control ...
Why my Windows XP generates a PIN code for Bluetooth connection? If you try to connect to a new Blue...
What is BTStackServer.exe Process - Bluetooth Stack COM Server? Process BTStackServer.exe is the Blu...