[python-win32] retrieve microsoft office product key

2011-10-26 Thread pacopyc pacopyc
Hi, I'd like monitor microsoft office licences on my LAN (about 50 PC). Can
I retrieve product key with python script?

Thank you
pacopyc
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32


Re: [python-win32] retrieve microsoft office product key

2011-10-26 Thread Tim Roberts
pacopyc pacopyc wrote:
 Hi, I'd like monitor microsoft office licences on my LAN (about 50
 PC). Can I retrieve product key with python script?

The question is complicated, because Microsoft's licensing model is
complicated.  Do you have a volume license key that you're trying to
monitor, or are these individual copies?

There are a large number of scripts to do this kind of monitoring, so
your best bet is going to be some deep web searching.  Most of your
results will be vbscript or PowerShell, so you'll have to do some
translation, but anything they can do can be done in Python.  Here is an
example for Office 2010 volume licenses:
   
http://blogs.technet.com/b/office2010/archive/2009/12/18/volume-activation-tips-and-tricks.aspx

-- 
Tim Roberts, t...@probo.com
Providenza  Boekelheide, Inc.

___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32