Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to See if Media Center is Installed

$
0
0

Summary: Use Windows PowerShell to determine if a Windows 8.1 has Media Center installed.

Hey, Scripting Guy! Question How can I use Windows PowerShell to determine if a version of Windows 8.1 has Media Center installed?

Hey, Scripting Guy! Answer Use WMI and look at the Caption property of the Win32_OperatingSystem WMI class, for example:

(Get-CimInstance Win32_OperatingSystem).caption

Note  You can also use the alias GCIM, or use Get-WmiObject (alias GWMI).


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>