Re: SMS 2003 vs SUS
From: Rob Stevens (empty_at_address.com)
Date: 10/13/04
- Next message: Bad Beagle: "remote control workgroup"
- Previous message: Luke Packard [MSFT]: "Re: Obsolete Client?"
- In reply to: Rob Stevens: "SMS 2003 vs SUS"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 20:53:22 GMT
Figured out the query after a bunch of digging. Here's a copy if anyone is
interested.
-Rob
----------------------------------------------------------------------------
----------------
Select sys.Netbios_Name0, fcm.SiteCode, sys.User_Domain0,
sys.User_Name0, sys.Operating_System_Name_and0
from v_R_System sys
JOIN v_FullCollectionMembership fcm
on sys.ResourceID=fcm.ResourceID
where fcm.CollectionID = 'ABC00025'
and sys.ResourceID not in
(Select sys.ResourceID
FROM v_R_System sys
JOIN v_GS_ADD_REMOVE_PROGRAMS arp
ON sys.ResourceID = arp.ResourceID
JOIN v_FullCollectionMembership fcm
on sys.ResourceID=fcm.ResourceID
WHERE DisplayName0 = 'Windows XP Hotfix - KB885523'
and fcm.CollectionID = 'ABC00025')
- Next message: Bad Beagle: "remote control workgroup"
- Previous message: Luke Packard [MSFT]: "Re: Obsolete Client?"
- In reply to: Rob Stevens: "SMS 2003 vs SUS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|