Try this: https://msdn.microsoft.com/en-us/library/aa394474(v=vs.85).aspx
From: [email protected] [mailto:[email protected]] On Behalf Of Daniel Ratliff Sent: Monday, February 23, 2015 2:06 PM To: [email protected] Subject: [mssms] RE: System Enclosure - Chassis Types for Tablets Here is one we have in a report. The report only shows Tablets, Laptops, and Desktops, so the other ones don't exist in our environment. Looks like tablet is just 11. When ChassisTypes0 = 1 Then 'VM' When ChassisTypes0 = 2 Then 'Unknown' When ChassisTypes0 = 3 Then 'Desktop' When ChassisTypes0 = 4 Then 'Desktop' --PizzaBox When ChassisTypes0 = 5 Then 'Laptop' --Mini-tower When ChassisTypes0 = 6 Then 'Desktop' --Tower When ChassisTypes0 = 7 Then 'Desktop' --Portable When ChassisTypes0 = 8 Then 'Laptop' When ChassisTypes0 = 9 Then 'Laptop' --Notebook When ChassisTypes0 = 10 Then 'Laptop' --Handheld Device When ChassisTypes0 = 11 Then 'Tablet' --Docking Station When ChassisTypes0 = 12 Then 'Laptop' When ChassisTypes0 = 13 Then 'All-In-One' When ChassisTypes0 = 14 Then 'Sub-Notebook' --Space Saving When ChassisTypes0 = 15 Then 'Desktop' --Lunch box When ChassisTypes0 = 16 Then 'Laptop' --Main System Chassis When ChassisTypes0 = 17 Then 'Desktop' When ChassisTypes0 = 18 Then 'Expansion Chassis' When ChassisTypes0 = 19 Then 'Sub-Chassis' When ChassisTypes0 = 20 Then 'Bus Expansion Chassis' --Peripheral Chassis When ChassisTypes0 = 21 Then 'Desktop' When ChassisTypes0 = 22 Then 'Storage Chassis' When ChassisTypes0 = 23 Then 'Rack-Mount Chassis' When ChassisTypes0 = 24 Then 'Sealed PC' Daniel Ratliff From: [email protected] [mailto:[email protected]] On Behalf Of Timothy Ransom Sent: Monday, February 23, 2015 1:43 PM To: [email protected] Subject: [mssms] System Enclosure - Chassis Types for Tablets Hi, I have laptop queries for System Enclosure - Chassis Types 8,9,10 and 14. Are there any new Chassis Types for Tablets? Thanks, Tim ********************************************************************************************** GDOL CONFIDENTIALITY NOTICE: This transmission may contain confidential information protected by state or federal law. The information is intended only for use consistent with the state business discussed in this transmission. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or the taking of any action based on the contents is strictly prohibited. If you have received this transmission in error, please delete this email and notify the sender immediately. Your cooperation is appreciated. ********************************************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in error, please contact the sender and delete or destroy the material/information. ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues

