Jump to content

Recommended Posts

Posted

we are rolling out office 2010 ready for september, is there an easy command line that can activate at login and activate the product online.

 

I have managed to get windows 7 to activate

 

Thanks

Posted

+1 on the KMS activation pretty straight forward to set up.

 

if you havent got a KMS i think the Slmgr.vbs script will still activate keys not something i have tried mind

Posted

Thanks for replys we do not KMS and how do you use SLMGR.VBS

 

is there a simple guide or someone that has used it before?

Posted
if you have maks keys then use vamt 2.0 you can search network for pcs give it the key (if you diddnt in the transform) and proxy activate a bunch at once
Posted

I am currently fighting with KMS...and loosing.

 

My computers have run out of time to activate lol so im in a bit of a rush.

 

VAMT picks pcs up from AD but then fails to do anything with them! ARGH

Posted
I am currently fighting with KMS...and loosing.

 

My computers have run out of time to activate lol so im in a bit of a rush.

 

VAMT picks pcs up from AD but then fails to do anything with them! ARGH

 

How many Installs do you have?

Posted
40 odd, way over the 25 machine business. I think one issue may be i needed to update VAMT. Next issue is saying that it cant contact WMI on the remote client so currently playing with that issue.
Posted
40 odd, way over the 25 machine business. I think one issue may be i needed to update VAMT. Next issue is saying that it cant contact WMI on the remote client so currently playing with that issue.

 

Do the clients have firewalls on? Sounds like they are blocking the WMI check from the server.

Posted
you have opened up the ports on the kms server firewall havnt you i forgot that recently and wondered why nowt was activating
Posted
you have opened up the ports on the kms server firewall havnt you i forgot that recently and wondered why nowt was activating

 

Oh yeah and that - it needs TCP 1688 inbound

Posted
Eugh, Ive set inbound rule, made sure the KMS knows it. DNS is there...only thing left to do is go check there isnt firewalls on the machines but there shouldn't be....doesnt mean there isnt....
Posted

if your KMS is getting the requests this is good as it means that the firewall to your server&client isnt causing you a problem (id still turn it off on the client as a test also).

 

is the KMS server actually activated properly? as i had an issue where someone had installed windows/office with a KMS key which then advertised itself and was attempting to handle requests when it wasnt activated.

this link might be useful for all the switches for slmgr.vbs

Slmgr.vbs Options

 

id remove the key from the machine which is reporting and then rearm it. and see what happens, if it doesnt work then id go back to the server and check that the correct key type is installed and that its activated properly

Posted (edited)
Yep it is @FN-GM

 

I know the issue. Sysprep doesnt reset the SID for office 2010 use this script (batch file) on a office 2010 client machine and see if it activates.

 

@echo off
:OSPP
reg query HKLM\Software\Microsoft\Office\14.0\Common\OSPPREARM
if %errorlevel%==1 (goto RUN) else (goto END)
:RUN
set ProgramFilesPath=%ProgramFiles%
"%ProgramFilesPath%\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.EXE"
C:\Windows\system32\cscript.exe "%ProgramFilesPath%\Microsoft Office\Office14\ospp.vbs" /act
set ProgramFilesPath=%ProgramFiles(x86)%
"%ProgramFilesPath%\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.EXE"
C:\Windows\system32\cscript.exe "%ProgramFilesPath%\Microsoft Office\Office14\ospp.vbs" /act
REG ADD "HKLM\Software\Microsoft\Office\14.0\Common\OSPPREARM"
:END
Exit

Edited by FN-GM
Posted

try this on your kms server

 

cscript.exe C:\Windows\System32\slmgr.vbs /dlv > "c:\Users\you\Desktop\kms.txt"

 

you should get a txt file similar to below

 

Microsoft ® Windows Script Host Version 5.8

Copyright © Microsoft Corporation. All rights reserved.

 

Software licensing service version: 6.1.7601.17514

 

Name: Windows Server®, ServerStandard edition

Description: Windows Operating System - Windows Server®, VOLUME_KMS_R2_B channel

Activation ID: load of alphanumeric gibberish

Application ID: load of alphanumeric gibberish

Extended PID: load of alphanumeric gibberish

Installation ID: load of alphanumeric gibberish

Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88342

Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88343

Use License URL: http://go.microsoft.com/fwlink/?LinkID=88345

Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88344

Partial Product Key: key01

License Status: Licensed

Remaining Windows rearm count: 4

Trusted time: 12/07/2012 10:10:20

 

Key Management Service is enabled on this machine

Current count: 41

Listening on Port: 1688

DNS publishing enabled

KMS priority: Normal

 

Key Management Service cumulative requests received from clients

Total requests received: 458

Failed requests received: 0

Requests with License Status Unlicensed: 0

Requests with License Status Licensed: 116

Requests with License Status Initial grace period: 35

Requests with License Status License expired or Hardware out of tolerance: 0

Requests with License Status Non-genuine grace period: 0

Requests with License Status Notification: 307

 

and for office

 

cscript.exe C:\Windows\System32\slmgr.vbs /dlv bfe7a195-4f8f-4f0b-a622-cf13c7d16864 > "c:\Users\you\Desktop\kms office2010.txt"

 

Microsoft ® Windows Script Host Version 5.8

Copyright © Microsoft Corporation. All rights reserved.

 

Software licensing service version: 6.1.7601.17514

 

Name: Microsoft Office 2010, KMSHost edition

Description: Microsoft Office 2010 KMS, VOLUME_KMS channel

Activation ID: load of alphanumeric gibberish

Application ID: load of alphanumeric gibberish

Extended PID: load of alphanumeric gibberish

Installation ID: load of alphanumeric gibberish

Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88342

Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88343

Use License URL: http://go.microsoft.com/fwlink/?LinkID=88345

Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88344

Partial Product Key: key02

License Status: Licensed

Remaining Windows rearm count: 4

Trusted time: 29/06/2012 13:36:47

 

Key Management Service is enabled on this machine

Current count: 10

Listening on Port: 1688

DNS publishing enabled

KMS priority: Normal

 

Key Management Service cumulative requests received from clients

Total requests received: 80

Failed requests received: 0

Requests with License Status Unlicensed: 0

Requests with License Status Licensed: 35

Requests with License Status Initial grace period: 10

Requests with License Status License expired or Hardware out of tolerance: 0

Requests with License Status Non-genuine grace period: 0

Requests with License Status Notification: 35

Posted

oh now im confused...

 

Error: Product key not found when i ran that first script..

 

I've done what i thought was putting the key in but obviously not, as you seem to know what you are talking about how am i supposed to be doing it! :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...