05-22-2018, 12:53 PM
Hi Kostas,
This can most likely be solved with Scense, but not without a bit of VB-scripting.
USB devices can be enumerated using WMI queries. You can do these queries from several languages. including VBScript.
This means that:
A: you can write a Scense function-variable in VBScript that uses WMI to enumerate the USB devices and check for the "Epson usb digital board / beamer" device signature.
This function can then return a value that can be used in Scopes and criteria.
B: you can write a custom criterion in VBScript that checks for the device signature and use this criterion in the appropriate scopes (writing custom criteria is a little bit harder than writing a function)
Here's a page describing the device enumeration with VBScript: https://blogs.technet.microsoft.com/heys...-computer/
I hope this helps you in the right direction.
Regards,
Richard
This can most likely be solved with Scense, but not without a bit of VB-scripting.
USB devices can be enumerated using WMI queries. You can do these queries from several languages. including VBScript.
This means that:
A: you can write a Scense function-variable in VBScript that uses WMI to enumerate the USB devices and check for the "Epson usb digital board / beamer" device signature.
This function can then return a value that can be used in Scopes and criteria.
B: you can write a custom criterion in VBScript that checks for the device signature and use this criterion in the appropriate scopes (writing custom criteria is a little bit harder than writing a function)
Here's a page describing the device enumeration with VBScript: https://blogs.technet.microsoft.com/heys...-computer/
I hope this helps you in the right direction.
Regards,
Richard