-
Pradeep Bhanot posted an update in the group
BDNA Normalize CM 1 year ago Tip of the day: How to query all Virtual Machines by manufacturer in your configMgr environment using the BDNA supplies hardware data class.
Sample output:
Manufacturer Product
Citrix Systems Xen HVM
Microsoft Microsoft Corporation Virtual Machine
VMware VMware, Inc. VMware Virtual PlatformWQL:
select System.Name, HARDWARE.IsVirtual, HARDWARE.Category1, HARDWARE.Category2, HARDWARE.Manufacturer from SMS_R_System inner join SMS_G_System_BDNA_BDNAHARDWAREDATA_1_1 as HARDWARE on HARDWARE.SMSUniqueIdentifier = SMS_R_System.SMSUniqueIdentifier inner join SMS_R_System as System on System.SMSUniqueIdentifier = HARDWARE.SMSUniqueIdentifier where HARDWARE.IsVirtual = ”yes”
SQL:
SELECT v_R_System.Name0 as Name, Hardware.IsVirtual0 as IsVirtual, Hardware.Category10 as Category1, Hardware.Category20 as Category2, Hardware.Manufacturer0 as Manufacturer
FROM v_R_System
INNER JOIN v_GS_BDNA_Hardware_Data0 Hardware ON Hardware.SMSUniqueIdentifier0=v_R_System.SMS_Unique_Identifier0
WHERE Hardware.IsVirtual0 = ’yes’

DC: I look forward to hearing Brad at TechEd 2013...
DC: I just entered. Wish me luck :)...
johnny: this is bs...
Rod Trent: That happens. Its a false positive because there are scripts in the zi...
Tim: Virus detected for the Right Click Tools Link!!...