Re: Collection based upon pc's with missed patch
- From: gatorcb@xxxxxxxxxxx
- Date: 21 Feb 2007 11:20:27 -0800
You are correct in what we are trying to get
Unfortunately, that showed me every pc we have...over 9500 computers
I know by looking at software updates that we have successfully
patched about 7500, so we should see 2000 in the collection. Thanks
for the quick response
On Feb 21, 1:34 pm, Matthew Hudson
<MatthewHud...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Is this what you are looking for, a collection of computers that don't have
this kb listed in the add remove programs? You can also do this through
another query if you have ITMU installed? Let me know if this is what you
want?
------------------------------
select
SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client
from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on
SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where
SMS_G_System_COMPUTER_SYSTEM.Name not in (select distinct
SMS_G_System_COMPUTER_SYSTEM.Name from SMS_R_System inner join
SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID =
SMS_R_System.ResourceId inner join SMS_G_System_ADD_REMOVE_PROGRAMS on
SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where
SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%KB931836 %")
--------------------
"gato...@xxxxxxxxxxx" wrote:
I would like to create a collection where KB931836 (dst patch) is not
installed
I have tried saying add/remove where product id does not equal the
above number but it doesn't give the correct results
If anybody can walk me through the specifics or the sql code, I would
appreciate it- Hide quoted text -
- Show quoted text -
.
- Follow-Ups:
- Re: Collection based upon pc's with missed patch
- From: sherrylkissinger@xxxxxxxxx
- Re: Collection based upon pc's with missed patch
- References:
- Collection based upon pc's with missed patch
- From: gatorcb
- Collection based upon pc's with missed patch
- Prev by Date: Collection based upon pc's with missed patch
- Next by Date: Re: Collection based upon pc's with missed patch
- Previous by thread: Collection based upon pc's with missed patch
- Next by thread: Re: Collection based upon pc's with missed patch
- Index(es):
Relevant Pages
|