I've just imaged over 200 PCs with Windows 7 and Office 2010, Office 2010 is showing a red banner at the top with 'Product Activation Failed'. Can I fix this using Group Policy or a script?

Thanks Sean

link|improve this question

50% accept rate
1  
More info about the deploy method and licensing method will assist in getting answers. – Dave M Jun 17 '11 at 14:36
feedback

1 Answer

You're a bit lacking on the details but it sounds like you just need to properly activate them. You have 2 simple options:

You can install a KMS server, which will become discoverable by the devices and so they should just start activating. If you need to force an activation at login, you can run this command via a script

C:\Windows\system32\cscript.exe "%programfiles(x86)%\Microsoft Office\Office14\ospp.vbs" /act

Your other option is to use Microsoft's Volume Activation Management Tool to connect to the computers, install a MAK product key, and activate all of them.

link|improve this answer
+1 VAMT is great if you have MAK activation – Dave M Jun 17 '11 at 15:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.