Use powershell. import the list of a 100+PCs. then foreach PC start a job invoking the task cscript audit_windows.vbs $computername. Create a counter in the foreach loopp to limit the concurrent jobs so you do not have all 100 running at the same time.
Basically all i need it to work is using powershell only? and im im abit concern about your answer because i dont understand that much on how to do it
Im currently on a problem on how could i possibly run the script on more than 100pc's that i have , a help would be a would be alot of meaning thanks.