I need a way to make a simple VBScript (that requires admin rights) to run across all of our PCs on the network. Does anyone have any suggestions on how I might go about this in as automated a way as possible? Thanks in advance! The scripting newb, Beau
Depending on your environment, you may want to run a script againt: 1. a list of PC's (in a text file) 2. Across an Active Directory Domain, or 3. By IP Range You can find scripting templates to do that with VBScript on Microsoft's Scripting Guys website: http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true Regards, Rob "Beau Newcomb" wrote in message news:1191339005.100122.74700@19g2000hsx.googlegroups.com... >I need a way to make a simple VBScript (that requires admin rights) to > run across all of our PCs on the network. Does anyone have any > suggestions on how I might go about this in as automated a way as > possible? > > Thanks in advance! > The scripting newb, > Beau >