Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (40)
Windows 10 (193)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Full Properties of Installed Programs with "Get-WmiObject" on Windows 7
How to get the full list of all properties of an installed program with PowerShell "Get-WmiObject" cmdlet on Windows 7?
✍: FYIcenter.com
If you want to get the full list of all properties of an installed program on Windows 7,
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 "Microsoft Security Client":
PS C:\fyicenter> get-wmiobject -class win32_product -filter "name='Microsoft Security Client'" | select-object -property * Name : Microsoft Security Client Version : 4.10.0207.0 InstallState : 5 __GENUS : 2 __CLASS : Win32_Product __SUPERCLASS : CIM_Product __DYNASTY : CIM_Product __RELPATH : Win32_Product.IdentifyingNumber="{C7BC2AA0-21E0-43D1-8410-D E7FCCD03C6F}",Name="Microsoft Security Client",Version="4.1 0.0207.0" __PROPERTY_COUNT : 27 __DERIVATION : {CIM_Product} __SERVER : FYICENTER __NAMESPACE : root\cimv2 __PATH : \\FYICENTER\root\cimv2:Win32_Product.IdentifyingNumber ="{C7BC2AA0-21E0-43D1-8410-DE7FCCD03C6F}",Name="Microsoft Security Client",Version="4.10.0207.0" AssignmentType : 1 Caption : Microsoft Security Client Description : Microsoft Security Client HelpLink : HelpTelephone : IdentifyingNumber : {C7BC2AA0-21E0-43D1-8410-DE7FCCD03C6F} InstallDate : 20161215 InstallDate2 : InstallLocation : c:\Program Files\Microsoft Security Client\ InstallSource : c:\9d9f7533ec6e24014a94a9f0753a\amd64\ Language : 1033 LocalPackage : c:\windows\Installer\ff311.msi PackageCache : c:\windows\Installer\ff311.msi PackageCode : {E72D11CA-B4AF-4479-8D0C-4D15220E22D3} PackageName : epp.msi ProductID : RegCompany : RegOwner : SKUNumber : Transforms : URLInfoAbout : URLUpdateInfo : Vendor : Microsoft Corporation WordCount : 2 Scope : System.Management.ManagementScope Path : \\FYICENTER\root\cimv2:Win32_Product.IdentifyingNumber ="{C7BC2AA0-21E0-43D1-8410-DE7FCCD03C6F}",Name="Microsoft Security Client",Version="4.10.0207.0" 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 7
⇠Track Installed Programs with PowerShell "get-wmiobject" on Windows 7
⇑ Uninstall Old or Bad Programs and Software on Windows 7
⇑⇑ Windows 7 Installed Programs
2017-04-28, 1590👍, 0💬
Popular Posts:
How to add a network user on a Windows 10 Pro computer? The network user already exists on the compa...
How to configure Mozilla FireFox to use Notepad to edit Web page source code? By default, when you u...
Can I remove startup application "YahooMessenger.exe - Yahoo Instant Messenger" to speedup my comput...
What is "Ulead Burning Helper" in my Windows 7 service list? And how is "Ulead Burning Helper" servi...
Can I remove startup application "OSA9.exe - Microsoft Office Launch Helper" to speedup my computer ...