How to poll Lenovo Serial Number and Office Version Installed

Hello,
I would like to know if it is possible to poll from workstations their Lenovo serial number and which Office version is installed. If so, how would I go about to doing it?

TIA!

Hi dmnwng,

about your questions:

  1. string value of select “SerialNumber from Win32_Bios” of wmi
  2. version of regapp “WINWORD.EXE”

The latter might not work if Word is not installed, in that case you can switch to another Office executable file, otherwise you can search for the version number inside the registry

IF (Exists RegApp "WinWord.exe") THEN (Version of RegApp "WinWord.exe") ELSE (NOTHING)

I configured as advised and it works!!!

Thanks!!!

1 Like