March 24th, 2013

PowerTip: Use PowerShell to Find Your Word Version

Doctor Scripto
Scripter

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

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback