RE: SMS Collection question
- From: "Dale" <Dale@xxxxxxxxxxxxx>
- Date: Mon, 20 Jun 2005 12:48:06 -0700
You would create a not in collection. Basing your collection, first with pcs
that have the file.
?????
That's too confusing, even for me and I wrote it...
Here try this cut and paste this into a New collection, you have to change
FILENAME to the filename you are missing:
------------------Start-------------------
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
where Name not in (select SMS_R_System.Name
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 = "FILENAME" )
and
OperatingSystemNameandVersion like "% Workstation%"
order by Name
--------end ----------------------
Remove the Start and end stuff
Dale
--
(if you like the post please rate it)
"Aaron Guilmette" wrote:
> How do I create a collection based on the existence (or non-existence) of an
> inventoried file?
>
> Problem: Application reports as being successfully installed on a machines,
> yet one of the executables is missing.
>
> Thanks,
>
> Aaron
>
>
>
.
- Follow-Ups:
- Re: SMS Collection question
- From: Aaron Guilmette
- Re: SMS Collection question
- References:
- SMS Collection question
- From: Aaron Guilmette
- SMS Collection question
- Prev by Date: RE: What is the best way to assign the adv client in Image
- Next by Date: Re: What is the best way to assign the adv client in Image
- Previous by thread: SMS Collection question
- Next by thread: Re: SMS Collection question
- Index(es):
Relevant Pages
|