eschloss
Posts: 616
Score: 25 Joined: 9/7/2004 From: Cincinnati Status: offline
|
After days of saerching the web, one of my colleagues found the following article on how to detect XP Embedded systems in SCCM since XP Embedded shows up as XP Professional under Operating System. I decided to reference it here since this is the site for all things SCCM. From: http://weconlog.spaces.live.com/blog/cns!4E8A77C530EDEA6F!340.entry Edit the SMS_def.mof file that controls Your SCCM inventory collection and set the parameter information for OSProductSuite from FALSE to TRUE. This enables the collection of this parameter from the field devices. You need to wait some time until results arrive.The create a new collection in the SCCM MMC using the selection criteria OSProductSuite = 64, which is contained in the Operating System object.After this You should see your XPe devices (and only them) in that collection. If You need to distinguish between pre and past FP 2007 devices look for the string "Embedded" in the OSName property. Devices pre FP 2007 do not have this addition in the name.
|