Kevin79 2 Report post Posted April 3, 2018 I autoname my computers based on whether it is a notebook or desktop. Currently, I use a WMI query to differentiate the computers. The query is "Select * from Win32 Battery where Battery status is > 0". This query works for everything but Surface Pro's. It thinks they are desktops. Is there a query of some sort to differentiate Surface Pro's from desktops? Quote Share this post Link to post Share on other sites
Peter33 47 Report post Posted April 3, 2018 Assuming you are using MDT you could simply use theĀ variable IsLaptop=True. Quote Share this post Link to post Share on other sites