Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Deployment Server 6.8: Filter Laptops

Updated: 22 May 2010 | 2 comments
richard.dennis's picture
0 0 Votes
Login to vote

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.

Comments

savnhga's picture
15
Apr
2008
0 Votes 0
Login to vote

Get Inventory

Do a Get Inventory on all your computers, that should bring in the information you need. As long as they are turned on.

Thanks, Chris Bashlor

Gary_L's picture
15
Apr
2008
0 Votes 0
Login to vote

query for laptop collection

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)