There is a short cut from Harrah’s to the Sands expo. 1. Starting at the Reception desk , exit Harrah’s Turn left 2. Go to the Bus area 3. Near the end of the Bus area, look for the ramp to the Sands Expo (there is a sign) 4. Like this 5. Walk through the […]
Month: April 2009
Normally I wouldn’t post a reply to blog post but in this case I had too. So I was reading this blog Creating a Collection Query based upon Hardware Inventory, and this blog too and I notice that Chris posted a blog about editing your ConfigMgr / SMS database. You SHOULD never edit your database! […]
select CS.Name0, PSE.title0, PSE.TimeApplied0 from dbo.v_GS_COMPUTER_SYSTEM CS join dbo.v_GS_PATCHSTATEEX PSE on CS.ResourceID = PSE.ResourceID
As you know, BoF sessions are selected and scheduled based on popular “vote” through the MMS Commnet site. At this BoF session Steve Kaczmarek and Doug Eby from the Configuration Manager writing team will showcase several of the newest SuperFlows currently in development or available for publishing. A SuperFlow is a downloadable interactive content […]
I got this note this morning that you will find interesting. BTW It is happening April 7th between 8am and 4 pm, I will be there from 2ish on, before I go to the user Group event that night, which starts at 5:30! From: Pierre Roman To: Garth Jones Subject: Coffee and code (latte and […]
Select Distinct sys.Netbios_Name0, sys.User_Domain0, sys.User_Name0 FROM v_R_System sys JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID WHERE sys.ResourceID not in (select sys.ResourceID from v_R_System sys JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID where DisplayName0 = @displayname)