var fDesc=new Array(); fDesc[0] = "Service Account Manager provides automated mass management of Windows service accounts and service passwords, helping meet the security best practices and regulatory compliance requirements of frequently updated administrator passwords. Service Account Manager remotely accesses, analyzes and modifies Windows service properties concurrently on all systems in the enterprise. It provides a consolidated view of every service running on every server, allowing you to quickly update all service account credentials.

Service Account Manager scans every system for the services that reference domain administrator and local administrator accounts. Once identified, the credentials can be updated on every system simultaneously. This not only ensures that passwords are regularly changed, but also that all of the services that reference the passwords are updated.
Features:
Modify all service properties collectively, or surgically change a particular machine’s service configurations.
Locate every place that domain administrator accounts are being used by Windows services and change them all simultaneously.
View all Windows services in one consolidated display.
Run dynamic dependency analysis on all systems.
Generate filtered reports detailing service configurations."; 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 = ''; } }