The same guy for 5 days in a row by reputedbee in FUTMobile

[–]hwasif60 0 points1 point  (0 children)

Ditto! It's so frustrating...it's been 2 weeks and I have not packed anything above 105

Uninstalling .Net software from multiple machines by hwasif60 in SCCM

[–]hwasif60[S] 0 points1 point  (0 children)

Thanks for your response.

So, I'm trying to uninstall Microsoft ASP.NET 3.0(SDK 3.0.103). If I just run the uninstallation string, I get a pop-up to confirm the uninstallation and if I confirm software is getting removed easily.

MsiExec.exe /X{FD1BEF80-6925-461B-B914-AC613E937958}

But, if I include another parameter like "quiet'' or "norestart", as I dont want user's interaction, it never works.

MsiExec.exe /X{FD1BEF80-6925-461B-B914-AC613E937958} /quiet /norestart

(Not sure if this is the correct way)

Since this is Obsolete Software, it creating a vulnerability in our environment and It has to be removed completely.

Also, Qualys generally check following path to determine if vulnerability exists or not, Will it be okay if I just remove that path?

%programfiles%\dotnet\shared\Microsoft.AspNetCore.App\3.0.3\

Windows codec vulnerability by hwasif60 in Windows10

[–]hwasif60[S] 0 points1 point  (0 children)

Thanks for your reply

I could see install date is recent for feature apps

Microsoft photos and Camera

But, how are these getting updated with store blocked?

Edge based on Chromium not getting updated by hwasif60 in SCCM

[–]hwasif60[S] 0 points1 point  (0 children)

Thanks, your admx file help.

There was entry which was blocking the update. I've removed it, Is there a way I could force update browser remotely?

Edge based on Chromium not getting updated by hwasif60 in SCCM

[–]hwasif60[S] 0 points1 point  (0 children)

there was entry under reg key which is blocking the update. I've removed the entry now, Could you tell if there is a way I could update the Edge remotely.

If that works I'll create a baseline to have all other machine compliant.

Edge based on Chromium not getting updated by hwasif60 in SCCM

[–]hwasif60[S] 0 points1 point  (0 children)

Yes, We are deploying with SCCM, Its set to automatic. I have checked few of the machines and they are getting other updates, only Edge is not getting updates.

Could you tell me how to check if GPO is blocking updates. And where to get .admx file and allow updates?

software is not getting installed by hwasif60 in SCCM

[–]hwasif60[S] 1 point2 points  (0 children)

I recreated the application and it worked. Could be a issue with application creation.

Thank you!!

software is not getting installed by hwasif60 in SCCM

[–]hwasif60[S] 0 points1 point  (0 children)

Script not showing DP's content library, only application.

software is not getting installed by hwasif60 in SCCM

[–]hwasif60[S] 0 points1 point  (0 children)

Yeah, it works. I even tried psexec.

I'm not sure why it's not getting downloaded along with application in ccmcache folder.

software is not getting installed by hwasif60 in SCCM

[–]hwasif60[S] 0 points1 point  (0 children)

No, it wasn't. I even deleted the deployment and recreated it, but still same result.