Link to home
Start Free TrialLog in
Avatar of jonathan-dunstans
jonathan-dunstansFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Finding the MS Office 2004 licence key used

I have decided to do a check up on all of our software licences. We have multiple copies of Microsoft Office 2004 installed before I started in the job and I would like to know who is using each licence on Mac OSX.

How can I go about doing this?
Avatar of eth4rendil
eth4rendil

save this soft to a network disk http://www.nirsoft.net/utils/product_cd_key_viewer.html

and then write a simple batch file and run it on every machine (or add it to all PC's startup)

batch:
@echo off
\\network_path_to_produkey\produkey.exe /stext \\path_to_outpud_\%computername%.txt

this script create in network path txt files with PC's names and all serials...
Avatar of jonathan-dunstans

ASKER

Will that work with Mac versions of office?
Hmm it is not written on their web page. Try it on your one PC with Mac Office and you will see..
I have now done so and had no luck with it even finding out macs, it found the three Pc's but not the 8 macs.
Latest twist, I was mainly checking because it said my boss was having conflict getting on. It was saying he couldn't because another user was on. It turns out that other user is me. Which makes no sense because he is using a full version of Office and I am using an Upgrade with a different licence key.
ASKER CERTIFIED SOLUTION
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yeah thats a bit tedious but I guess it'll have to do. Its a bit off that Microsoft encrypt it as it causes a lot of hassle.
Bit of a shame that this is the only way to do things. But thanks.