PowerTip: Use PowerShell to Find Your Word Version

Doctor Scripto

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

 

0 comments

Discussion is closed.

Feedback usabilla icon