Jump to content


  • 0
nsilimela

How to create a query for All machines with Windows Defender

Question

Hi there,

 

I know this must be easy pickings for most administrators in this site but since im quite new in this environment i need a bit of help. I need to create a query for All machines with Windows Defender and link that query to a collection, Is this possible ? My ultimate goal is to distribute windows defender definition updates to a target collection.

 

* all my machines are vista

* SCCM 2007 environment

 

Regards,

SCCM Administrator

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

you can use something like this:



select distinct SMS_R_System.Name, SMS_R_System.SMSAssignedSites, SMS_R_System.IPAddresses, SMS_R_System.IPSubnets, SMS_R_System.OperatingSystemNameandVersion, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.LastLogonUserDomain, SMS_R_System.LastLogonUserName, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceId, SMS_R_System.NetbiosName, SMS_G_System_SoftwareFile.FilePath from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName = "msascui.exe" and SMS_R_System.OperatingSystemNameandVersion = "Microsoft Windows NT Workstation 6.0"

i think definition updates are better handled with software update mechnism then regular packages

Share this post


Link to post
Share on other sites

  • 0

Hi Again,

 

I created the Windows defender query successfully. Now for the second phase - I'm attempting to create a query based collection, but when i click on Import Query statement on the Query rule propeties box i do not see my Query which i created earlier "All Systems With Windows Defender". Am i missing something. i only see default queries there.

 

Regards,

NS.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.