No RMM data available for this device
{device.hostname}
{device.description || '-'}
{device.serialNumber || '-'}
{device.deviceType?.type || '-'}
{device.intIpAddress || '-'}
{device.extIpAddress || '-'}
{device.domain || '-'}
{device.lastSeen ? format(new Date(device.lastSeen), 'MMM d, yyyy h:mm a') : '-'}
{device.lastLoggedInUser || '-'}
{device.operatingSystem || '-'}
{device.a64Bit !== undefined && ({device.deviceType?.category || '-'}
{(() => { if (device.manufacturer) return device.manufacturer; const deviceInfo = lookupDeviceBySerial(device.serialNumber); return deviceInfo?.manufacturer || '-'; })()}
{(() => { if (device.model) return device.model; const deviceInfo = lookupDeviceBySerial(device.serialNumber); return deviceInfo?.estimatedModel || deviceInfo?.modelFamily || '-'; })()}
{!device.model && device.serialNumber && (Estimated from serial: {device.serialNumber}
)}{device.cpuName || '-'} {device.cpuCores ? `(${device.cpuCores} cores)` : ''}
{device.memory ? `${(device.memory / 1024).toFixed(2)} GB` : '-'}
{device.diskSize ? `${(device.diskSize / (1024 * 1024 * 1024)).toFixed(2)} GB` : '-'}
{device.displayVersion || device.cagVersion || '-'}
{device.lastReboot ? format(new Date(device.lastReboot), 'MMM d, yyyy h:mm a') : '-'}
{device.creationDate ? format(new Date(device.creationDate), 'MMM d, yyyy') : '-'}
{format(new Date(device.warrantyDate), 'MMM d, yyyy')}
{device.antivirus?.antivirusProduct || 'Not detected'}
{device.antivirus?.antivirusStatus && (Pending
{device.patchManagement?.patchesApprovedPending || 0}
Installed
{device.patchManagement?.patchesInstalled || 0}
Not Approved
{device.patchManagement?.patchesNotApproved || 0}