var fDesc=new Array(); fDesc[0] = "Creating users through the Active Directory is a very easy process, but sometimes you need to create users for a whole group of people at once or change passwords for a bulk of users. This doesn’t have to be a time consuming process. With GoUser Bulk Tool you can create several users easily, you can even create home folders, add groups, and print out a list with the username and password. The tool has also a smart function that makes it easy to copy one file to multiple folders.
Let's say you have to create 100 new users or change passwords for a bulk of users in Active Directory, for example, A new school class. Sounds boring and tedious doesn’t it?
With Gouser this can be done quickly and easily. You do not need extensive computer knowledge to do this. And everything is done via a graphical interface, no DOS command or script..
What you need is a text file that contains the name and description."; 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 = ''; } }