Microsoft KMS Host License Actication
Problem Description :
Installing/Activating licence on KMS Host
Resolution :
Current KMS host is Crow server.
Following functions are done from Crow command prompt at c:\windows\system32
Stop/Start the KMS Host Service:
- net stop sppsvc
- net start sppsvc
Check license status:
- cscript slmgr.vbs /dlv
Install license:
- cscript slmgr.vbs /ipk <product KMS keycode> (key codes currently installed are listed in c:\kms_keys.txt)
Activate license:
- cscript slmgr.vbs /ato <activation ID> (activation ID is displayed when doing a /dlv)
Revision Date : 2/24/2012