I'm looking for a script to create multiple active directory user accounts. Here is what i need the script to do. Create the users, exchange mailboxes, adds profile path, adds login script, a...
VBA Virgin seeks help with using KeyPress, KeyDown etc
Could someone show me an Excel Macro that demonstrates KeyPress etc.?
I want to write a script that allows me to specify "If "A" is pre...
I am looking for the script that allow me to add domain group into local administrator group, I have more than 200 servers, I really don't want to do it manually.
I search through this site, ...
I created a script to create an Oulook signature for each user using information via Active Directory. This worked fine.
My problem is how do i get the users to use this signature that i'v...
I run a VB script from within a logonscript.
Is there a way to run the VBS silent? To day it look like this in the logonscript (logon.bat)
START \\server-666\Logon\PC-Database\PC-Info.vb...
I want a vb script that runs something like this.
I understand "ingroup" is something used by a program called kix? SO i need the vb or whatever equivilent
I found lots of examples onlin...
Having a hard time finding the line causing this error: Microsoft VBScript runtime error, 424 Object required.
I have a Windows 2003 DC with WinXP and 2K Pro clients. What I am trying to do is add an ODBC System DSN entry for our Visual Manufacturing ERP System.
I have exported the Reg Key, reads:
...
Hi,
I use the code below to convert CSV files into XLS files, I call this using a batch file.
I have two problems,
1) One of my columns contains 13 digit numbers and in Excel these di...
I am making a VBS script that will run three commands to open ports necessary for Remote Assistance. When this VBS script is run, three cmd windows popup for a few seconds and disappear. Is th...
Hello all. I need to know if there is a way to dynamically pass a parameter value to the command text box in the "Edit OLE DB Query" window of Excel 2003 (working with SQL Server 2005 data). ...
Ok, so here's the deal. We have the Juniper Odyssey Wireless client currently installed and we are moving away from that to the built in windows xp wireless client. I need to have this process...
Hi!
I would like to send snmp set and get commands to a specific Oid using vbscript and wmi.
With this small script, I can send a basic snmp query (get) but I don't know how to specify whi...
Hello all,
I need a help based on the logoff script we use in our company. I wish to integrate the command "gpupdate /force" during the logoff in order to update all the policies. If I insert...
I'm looking for a good VBScript editor that's also free. I've found a few free ones online, but I just want to see if I can get a consensus on a particular editor. Any recommendations?
Hello- What is a proper vbscript for checking a string for special characters (all I care to delete is "-") and removing it from the string?
Thanks
I keep getting an error message with robocopy.exe. In the code section below, I include the actual bactch file code and then the error log. I hope someone can help me.
Scott
Hello,
how can I dynamically fill an array with elements in ASP/VBScript?
I tried something like that (see attached) and I tried the function posted here (I tried the last one):
http://ww...
Hi Guys
i got a problem regarding coding for a installation of a msi package or .exe files in vbscripts. could anyone help me in this?
Cheers
Hello. I was looking for assistance with an issue Im having with a script trying to read strings in a text file. Shown below is the script. Basically, it's looking for the existence of the...
Hi,
I'm trying to make a script that deletes the temp files and such from all user accounts on a machine. I'm having trouble finding out how to find all the users that have been setup on th...
Code below works fine.. If run from command line
with cscript "File Name"
My Issue I need the same Function but I need it to use a pop up box for both prompts and on top of that I need i...
How can I ping a remote IP on a specific port to see if that port is open? I know how to do this in PHP but I can't figure it out in VBScript.
I am using Shell application and copyhere to unzip a file creating folders and files in VB6. I installed product that required .NET Framework 2.0 and now every time it runs I get "File Exists...
I got a script from Microsofts Hey Scripting Guy that lists all members of an AD group in alphbetical order. The script works great except for groups with one member. Can someone tell me ho...