Project

General

Profile

Improvement #12003

Updated by Navod Zoysa 3 months ago

Currently there is no way to know if the windows agent was installed on a device or not. 
 Add a mechanism to know if the device has the agent or not. 

 The desktop agent (APPX) can be checked using the application list payload from the device info. 
 The background agent (MSI) install flag will be added to the device info payload through the DEVICE_AGENT_INFO operation. https://github.com/entgra-proprietary/windows-agent/pull/2

Back