/build/static/layout/Breadcrumb_cap_w.png

Check if a office product is activated or not remotely?

I have a problem regarding installed/activated office products.

We're using a KACE1000 to gather information for license complience

For example, MS Project is included in our main image that deploys on all machines, but are only activated on a handfull.

The KACE1000 cannot separate the installed versions from the ones that are installed and activated.

Does anyone know an easy way to count only the activated versions?


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
cd C:\Program Files (x86)\Microsoft Office\Office14 cscript ospp.vbs /dstatusall >> c:\temp\test.txt Then have Kace inventory test.txt. ShellCommandTextReturn(cmd.exe /c type c:\temp\test.txt)
Posted by: dugullett 11 years ago
Red Belt
4

Based on the link that SMal provided you can run this in a script.

cd C:\Program Files (x86)\Microsoft Office\Office14

cscript ospp.vbs /dstatusall >> c:\temp\test.txt

Then have Kace inventory test.txt.

ShellCommandTextReturn(cmd.exe /c type  c:\temp\test.txt)

 

There are many switches to choose from that should help. 

cscript ospp.vbs ?

 will give you the available switches.


  


Comments:
  • Thanks for putting it together, shouldn't you dump the file to c:\windows\temp? there is no c:\temp by default - SMal.tmcc 11 years ago
    • Just an example. You can dump it anywhere as long as the custom inventory matches. I always use "%ProgramData%\Dell\Cust_Logs" for all of my custom inventory. That way I know where to find everything. It's also hidden from the user. Of course you'll have to mkdir that one as well. - dugullett 11 years ago
      • thanks, they may not realize that. - SMal.tmcc 11 years ago
  • I can confirm that this works very well. Thnx! - connectsto 11 years ago
Posted by: SMal.tmcc 11 years ago
Red Belt
2

The K1000 looks at a set of registry keys for the installed software, it does not care if it is activated or not, just installed.

If you are using KMS and office 2010 you can look on the KMS server for that info.  Otherwise you will have to dig into the registry keys to see if it is activated.

http://blogs.technet.com/b/office2010/archive/2009/12/18/volume-activation-tips-and-tricks.aspx

 

 

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ