Good evening forum, Looking for a bit of help with WMI DiskDrive. I need to be able to filter my results based on the SCSIBus. I am able to do this in VBScript but cannot for the life of me figure out how to do it in AutoIt. This is what I do in VBScript... I added Where SCSIBus=0after the execquery. On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 arrComputers = Array("ROBERT-PC") For Each strComputer In arrComp