Custom Fixlet for missing microsoft patches

Hi All,
Need help to create fixlet to download microsoft patches. As I want to create fixlet for KB3114861. Where can i get download path to download required exe file and its SHA files Which has to enter in Action tab …

The SHA values are calculated, not files to download.

You can get the file (and discover the download path) from the update catalog.

Is there not a fixlet already in place for that item? If not, it suggests that it has been superseded. Sorry, can’t look myself because I’m not able to connect to a Bigfix server from my current location.

1 Like

This particular Patch/KB article is long since superseded. Do you really want to deploy that one versus the latest patch that also addresses this one? The latest patch/KB article being: KB4484274.

Thanks for update,… I had given eg of KB no… As i checked other actions there path is https://download.microsoft.com/download/x/xx…-…When we download directly from Micorosft site that url start from https://www/microsoft.com/X.xyz

I want to know how to get exact path which we can use in action script. All of them start from https://download.microsoft.com/

Below is link for above KB no…Ir has SHA values but download path is different.

https://support.microsoft.com/en-in/help/3114861/ms16-029-description-of-the-security-update-for-outlook-2016-march-8-2

If you really must install that then I stand by my advice to use the update catalog.

https://www.catalog.update.microsoft.com/Home.aspx

You can get the download link out of that.

After you’ve downloaded the patch from Microsoft you can then hit Ctrl+J in most browsers to open the downloads. Then you can select copy download link.

https://download.microsoft.com/download/F/B/8/FB847D99-0286-4813-A64B-17C3AC5FF14C/outlook2016-kb3114861-fullfile-x86-glb.exe

You can then run the QNA to get the sha values and create your prefetch.
q: (name of it, sha1 of it, size of it, sha256 of it) of file "outlook2016-kb3114861-fullfile-x86-glb.exe"

Thanks, Everyone for support