This user does not exist in Active Directory anymore.
This user does not exist in local users database anymore.
Serial Number:
{{ client.serial_number || 'Info Not Available' }}
Operating System:
{{
client.device_os === DeviceOS.Macintosh
? 'macOS ' + getOSName(client.device_os_full_name)
: client.device_os_full_name
? getOSName(client.device_os_full_name)
: getOSName(client.device_os)
}}
OS Version:
{{ client.recieved_os_version || 'Info Not Available' }}
Endpoint Security:
{{ client.recieved_antivirus || 'Info Not Available' }}
DLP:
{{
client.recieved_epp === 'true'
? 'Installed'
: 'Not Installed'
}}