Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top VB Script Solutions: 51 - 75 of 752
 
i have a script file that runs when the user logs in first thing in the morning.  is it possible to add an image to this script file?  If so, how?
we have a win2003 environment with more than 15 DCs, I need a VB script to list all computers in a domain that have not logged in for the last 10 days.
We would like to be able to run a VBS script to tell us who is a member of the administrators group on a remote machine. I can modify it to run on several computers, I just can't find the c...
Hi All I have a working login script which maps network drives and printers according to the user accounts group memberships. This is all fine. I am running into difficulty with setting the...
given the following code, is there a way so that objArgs(I) shows  the filename only? "File Name.xls" currently it shows the full path like: "C:\Documents and Settings\Administrator\Desktop...
I have the VB Script below that works great, but I really need to mask the password.  I am not a programmer at all as I found this script online, so I need just a little help to get this passw...
I try to run a program called "load_data.cmd" in a network shared drive.  It loads the data from a dmp file and imports the data into the Oracle tables.  After loading, the program should crea...
Hello whenever I install software on my terminal servers I move them into an isolated OU and run a "gpupdate /force". I wanted to right a script to do this for me, but I am getting no where.. ...
Hello, I am trying to get the default gateway of the active network adapter, then perform an action based on the gateway.  Right now I just want it to give me a message for testing.  I'm ne...
Hello, I am currently deploying Images with Microsoft Systems Center Configuration Manager using an OS deployment Task Sequence. The problem that i am having is after I install some softwar...
I have a spreadsheet that has value that look like this: Row 1, 5 columns::  bbContag     bbED     bbENN_MN     bbLPI     bbLSI I need to create a list from these numbers that always contain the value f...
The following script works great (thank you EE experts). In each source directory,several files exist. They are not the same names per directory, but I need to attach & email them to the recip...
I need a script to read a list of names from a text file, move those user accounts to a specific OU, and then disable those accounts. Does anyone have any scripts, or know where I can download...
I have the following script that works very well to pull out the basic info from one directory. Now the problem is that I need to go after a folder like C:\Program Files\Business Objects an...
I have a excel sheet containing 150 columns by 10500+ rows so i need this to be automated. I have addresses of multiple companies which are placed in single columns. I'm trying to split these...
I have a userform that takes a list of data in excel and puts each entry one at a time on a serial port to talk to a device.  Each entry has other data with it that doesn't get sent but needs ...
I am looking for a simple VBScript to import a .csv file into a specific outlook folder. In more detail, I need to import a .csv file via login script into each user's outlook mailbox. It is a...
I have scripts for the registry to do some tasks, but do not have and could not find a good script to search through the entire registry to find a specific string. I need to search all keys...
I am updating a script that we have that goes into AD and extracts all email enabled users, groups and contacts and dumps them to a CSV file.  I am having an issue now because we have an addit...
Hello. I need to replace the dns server search order list on several severs. I received a script that does this but it also reverts back. I do not want it to revert back. I have tried to remov...
I need a logon vbscirpt for an xp professional machine that is not part of a domain.  The accounts will be local.  I need the script to disply the user's last logon and last failed logon when ...
I have a VBScript which opens Microsoft Word 2003 and starts a new document the populates it with words and tables etc...  The problem I have is if the person launches the script then decides ...
I want to check if a registry key exists in VB6.0. How do I do that. Thanks Quantster
Win2003. I want to obtain a list of all users in AD along with last login. As an example query should fetch Last name, First name, description, Login ID and Last Login field. I an OU that has ...
Hello. I am trying to copy a file from a user's profle to another folder. The file is created by a program and uses the userprofile in the name. For example, I have a user name User1. The p...