Environment
- App Control: All versions
Question
Does AppC store device Vendor ID and Product ID?
Answer
App Control doesn't store device ID and Product ID.
All device information is in the devices table:
use das
select * from dbo.devices with (nolock);