Deployment Solution

 View Only
  • 1.  Deployment Server 6.8: Filter Laptops

    Posted Apr 14, 2008 04:21 PM
    I wish to use the filter to show just laptops, but there isn't an option for laptop platforms. I was able to use the model numbers on a few laptops to create a filter, but not all laptops have correctly registered the model number (it is blank). The Computer Type filed would be ideal, but laptop isn't an option.


  • 2.  RE: Deployment Server 6.8: Filter Laptops

    Posted Apr 15, 2008 10:11 AM
    Do a Get Inventory on all your computers, that should bring in the information you need. As long as they are turned on.


  • 3.  RE: Deployment Server 6.8: Filter Laptops

    Posted Apr 15, 2008 12:58 PM
    I use below query to create collection based on 'battery' and 'acpi' select Guid from vResource where Guid in (select Guid from (SELECT T1.[Class] , T1.[Enumeration] , T0.[Guid] FROM [vResource] T0 INNER JOIN [Inv_AeX_OS_System_Devices] T1 ON T0.[Guid] = T1.[_ResourceGuid] WHERE (T1.[Class] = 'battery' AND T1.[Enumeration] = 'acpi'))xxx)