Link to home
Start Free TrialLog in
Avatar of stathisx
stathisxFlag for Greece

asked on

Get windows & office 2010 product key using powershell

Hello experts ,
i want a powershell script that will return in an excel file product key for office and windows given a list of computers .

Is that possible ?
SOLUTION
Avatar of John
John
Flag of Canada 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
Avatar of stathisx

ASKER

Thanks for your response .
the first link is very useful for OS serial (tested and working) .
The software you suggested is perfect but not free....
if i could find a solution like the first one for office 2010 it would be perfect !
I know RecoverKeys is not free, but it is very good, and works beyond just Microsoft software.

I do not see a script for Office. Office keys are done differently for key distribution purposes.

... Thinkpads_User
This one is for office 2010 :

http://powershell.com/cs/forums/p/1822/2544.aspx

..... But it does not work correctly. Can it be modified somehow in order to show a valid product key ?
Did you use the second script on the link above? The fourth post (last post) suggest it works. So if not, then I am not sure.

.... Thinkpads_User
ASKER CERTIFIED SOLUTION
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
the only problem with produkey is that there is a need to apply a gpo to the domain in order to enable remote registry service on the machines to get it working.
it is an accurate program though , but i would like to find a way through powershell to achieve my goal .
 if there in no other way to do this i will accept your solutions