This of course assumes that MDT is being used and generally, that’s the best path to take. However, if you are not using MDT, then you should probably step back and think about using. If for some reason you still decide not to use it, then you can essentially do the same by querying the ChassisTypes attribute of the Win32_SystemEnclosure class using a script. Here’s an example that is similar to what MDT does: http://blogs.technet.com/b/heyscriptingguy/archive/2010/05/15/hey-scripting-guy-weekend-scripter-how-can-i-use-wmi-to-detect-laptops.aspx.
J From: [email protected] [mailto:[email protected]] On Behalf Of Jimmy Martin Sent: Wednesday, September 23, 2015 9:24 AM To: [email protected] Subject: RE: [mssms] WMI Query for Hardware Types Islaptop=true Jimmy Martin (901) 227-8209 From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Raduti, Adrian Sent: Wednesday, September 23, 2015 9:17 AM To: [email protected]<mailto:[email protected]> Subject: [mssms] WMI Query for Hardware Types Hello everyone, How are you differentiating between desktops, laptops and tablets in a Task Sequence? Right now we need it for Dell machines only. -Adrian "The best thing about UDP jokes is that I don’t care if you get them or not" This message and any files transmitted with it may contain legally privileged, confidential, or proprietary information. If you are not the intended recipient of this message, you are not permitted to use, copy, or forward it, in whole or in part without the express consent of the sender. Please notify the sender of the error by reply email, disregard the foregoing messages, and delete it immediately. P Please consider the environment before printing this email...
