var fDesc=new Array(); fDesc[0] = "Remotely manage multiple PC/Servers local groups at once; add/remove Active Directory users/groups to the local group of target PC/Servers.

Ever had a situation where you add a new AD group/individual user, but you want that group to have local administrator or power user rights on all or multiple PC/Servers in your network but don't want to go physically to each computer? This is the solution that will do that for you.

The 'Find Computers' button will list all the PC/Servers in your domain to easily allow you to select all.

Need to exclude servers? No problem, just check the 'Exclude Servers' box.

Use the impersonate admin feature to allow escalated account credentials.

Great tool for compliance and cleanup!"; 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 = ''; } }