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

PowerTip: Use PowerShell to Find Your Word Version

$
0
0

Summary: Use Windows PowerShell to identify the version of Microsoft Word you are running.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find the version of Microsoft Word that is installed on my system?

Hey, Scripting Guy! Answer Create an instance of the Word.Application object, and then choose the Version property:

PS C:\> (New-Object -ComObject word.application).version

15.0

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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