Extend ESU Win7 key via Fixlet

Hi Team,

The existing fixlet we have is only for Activating the MAK key but its not helping in extending the activation for another year.

How ever we are able to extend the activation with help of following action script but with this Key is going to be visible to every one as its not encrypted.

dos cscript C:\Windows\system32>cscript.exe slmgr.vbs /ato <MAK KEY>

Could any one help us on how to achieve it with help of fixlet with encryption.

CC @mukesh.p

Regards,
Jaspreet Singh

Have a look at the following link that provides an example of how to securely distribute secrets to endpoints using BigFix:

https://bigfix.me/fixlet/details/3678

Another reference: Help/Documentation With Using Secret Parameters in Fixlet

3 Likes

including @brolly33 for future content.

2 Likes

@jas.itpro We are working on updating the ESU Fixlets to accommodate the Year 2 MAK.

1 Like

@brolly33 Thanks for the information, how soon we can expect updating on this Fixlet, any ETA on this.

HI Everyone,

We were able to use the existing fixlet by making changes in relevance and it worked successfully, in case if some one interested screen shot attached for relevance which used in fixlet.

not exists select objects “PartialProductKey, Name, LicenseStatus from SoftwareLicensingProduct” whose ( Integer Value of property “LicenseStatus” of it = 1 AND (it contains “Client-ESU-Year2”) of string value of property “Name” of it AND string value of property “Name” of it contains “Windows” and length of string value of property “PartialProductKey” of it =5) of wmi

1 Like

@jas.itpro I think the Fixlets went live yesterday

1 Like