var fDesc=new Array(); fDesc[0] = "AssetExplorer helps to keep up-to-date information of all your assets by periodically scanning the software, hardware & other ownership information.

Track and manage any workstation or network devices say Windows, Linux, Mac, AIX machines, Solaris, Printers, Routers, Switches etc., in your domain or network. It offers you both agent-based scanning & agent-less scanning.

AssetExplorer scans and audits all workstations across your enterprise connected over LAN, WAN and VPN. It gives the complete ownership information about the asset along with the hardware and software inventory information and helps to get a clear picture of who owns what.

AssetExplorer helps to understand the software license compliance and the use of unauthorized software in the organization and helps to act proactively to curb illegal usage and problems associated with it.

It manages all license types like OEM, concurrent, enterprise, free, named user, node locked, trial apart from the existing CAL, volume, individual."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }