Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED SCCM Detection method for KB

Status
Not open for further replies.

khaled Ali

Member
Messages
16
Solutions
1
Reaction score
0
Points
1
hello ,
i need to know how to select detect method for KBs update with file method
for example
i need to deploy KB4019264 stand alone and i will select file system detection method
i don`t know what should i type in attached pic for every KB

thanks for support
 

Attachments

  • 142.png
    142.png
    12.5 KB · Views: 43
hey Khaled,
i sometime use powershell command to check for the presence of KB. Put his command in the scripts.

get-hotfix | Where-Object {$_.HotFixID -match "KB4019264"}
 
thanks @manna1406 but its not work with windows 7 collection did you check it with powershell with windows7 ?

Recently we deployed a KB for IE crash and we made this an offer. Whoever is facing the issue will will go to software center and install it from there. And it work perfectly fine with Win 7 system, as i am using one.

Logs from the AppDiscovery
Performing detection of app deployment type INSTALL KB4025252 - CumulativeUpdateForIE11_Win7x64(ScopeId_6B3A9FD1-F119-4367-A839-AF3A804989D4/DeploymentType_7f209d9c-25fe-413b-8ad7-c0b62ae81a3d, revision 2) for user.
+++ Discovered application [AppDT Id: ScopeId_6B3A9FD1-F119-4367-A839-AF3A804989D4/DeploymentType_7f209d9c-25fe-413b-8ad7-c0b62ae81a3d, Revision: 2]
+++ Detected app deployment type INSTALL KB4025252 - CumulativeUpdateForIE11_Win7x64(ScopeId_6B3A9FD1-F119-4367-A839-AF3A804989D4/DeploymentType_7f209d9c-25fe-413b-8ad7-c0b62ae81a3d, revision 2) for S-1-5-21-4093396606-3804665817-1073717425-264508.
 
hello,
am face big problem when i deploy any application with extension .exe in detection method how can i verify detection method for each and different application
thanks for fast response.
 
Use the compliance report to get the computers that require the updates?

\Monitoring\Overview\Reporting\Reports\Software Updates - A Compliance

Compliance 6 - Specific software update states (secondary)
 
Status
Not open for further replies.

Forum statistics

Threads
7,199
Messages
28,093
Members
18,370
Latest member
lynnc

Trending content

Back
Top