Hi everyone,

we got a new SPLA contract and I swapped out the KMS keys used for ADBA today. While checking that the activation via the new object works, I noticed that probably all clients still have old unused MAK installed which have the status UNLICENSED. Usually I would uninstall them with

cscript ospp.vbs /unpkey:*last 5 digits of key*

but I do not know the last 5 digits of those product keys since

cscript ospp.vbs /dstatusall

does not show them as it usually does.

The error for why they are unlicensed is:

0xC004F014 - "The Software Licensing Service reported that the product key is not available."

Since we have quite a few problems with Office sometimes crashing with the error that the license can not be found ( Office can not find your license for this application (2013 and 2016) ), I wanted to be sure and remove those old entries, in case they somehow confuse SPPSVC.

Is there any possibility to remove those entries without knowing the Product Key? I already tried the MAKs from our old SPLA contracts, but uninstalling always fails with “Product key not found”.

Maybe by deleting entries in the registry under the SKU-IDs?

4 Spice ups
Make sure they are pointing to the correct server
cscript slmgr.vbs -skms kmsserver.ad.domain.com

Renew the product licence 
cscript slmgr.vbs -ato

Try those commands above and report back findings.

Change our kmsserver.ad.domain.com for the dns entry for your on premises KMS server.

Sorry, I dont think you understood what I meant, please see the image below


The product is correctly activated via AD. But there is still an unused, unlicensed MAK registered, which is always verified by sppsvc whenever its checking for licenses. I would like to remove this MAK, but as you can see the last 5 digits of its product key are not shown.

@gregory-for-microsoft

1 Spice up

Replace the key with the default product key from Microsoft.

Hi Donkey,

as far as I know the key Office 2016 is installed with by default, is the GVLK. This is currently installed as it is used to tell Office to activate via a KMS or Active Directory. So the MAK should have disappeared when I installed the GVLK.

Office 2016 Standard GVLK: JNRGM-WHDWX-FJJG3-K47QV-DRTFM

@spiceuser-e4c94

did you install the 2016 volume license pack yet?

https://www.microsoft.com/en-us/download/details.aspx?id=49164&fa43d42b-25b5-4a42-fe9b-1634f450f5ee=true

Yes, and the activation via AD works.

@gregory-for-microsoft