Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested VB Script Solutions: 126 - 150 of 2608
 
Hello all. Could someone please post a VBScript that will query AD and export users email addresses and any email aliases they may have (separate columns). I'd like it to be able to modify...
We are migrating to a new server and totally redesigning how we manage data. Currently, have a "Home" drive mapped at login.  They also have a default cofiguration of "My Documents" contain...
Hi, I want to export users of a certain active directory group to a excel or a txt file. I saw this solution on experts exchange which works TOTALLY AWESOME. I just copied and pasted the co...
Hi, I have a vbscript that attempts to transfer a file from a remote server to my c: drive. I need to know if the file exists before transferring, as if I don't and the file does not exist I...
Hi I want to call a vbscript file if either of 2 conditions are true. The script is basically a software upgrade script, and the conditions I want to test are the operating system (must be ...
Hello experts, I need a vb lscript that will check the users computer OS and if it's XP will run the following to disable Windows Firewall: Set objFirewall = CreateObject("HNetCfg.FwMgr"...
Hi People, I use this VBScript below to delete files older than a certain number of days, it looks in the folder defined in FolderSpec and also any subfolders but I need to to also look ins...
I would like to be able to run a script that would allow me to pass parameters to it and call certain functions inside the script.  The functions would be nothing more than pre-defined SQL que...
Hello I need a VB Script which does the following 1. Ask the user about what new computername to use 2. automatically renames the computer 3. joins the computer to an Active Directory dom...
I have a text file that contains a repeating phone number field.  I need vbscript code to look at all phone numbers in the text file.  If the phone number doesn't match a number on a specific ...
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...
Hi Experts Current, i got a script that enables me to view the current settings of the computer's name... But upon display the name, i would like the user to have the option to change the e...
Hi, I've a VB Script to Search/Replace few texts in word document everything working fine but I'm wondering what incase of my client dont have word install on his machine! will this vb scri...
Hello, I'm writing a VBScript; and I'm really stumped on something;  I'm trying to take the output of a file (basically the hostname of a computer) and create a file with that computer's ho...
Task:  To test a VBscript that when a TestUser logs on, it will ID who the user is from AD, get their primary group membership(s), and display/echo it on the screen of the user PC. Environmen...
Hey All, I am trying to create a folder on a remote computer using vbscript. The only problem is that I need to run this script using the domain administrator of that computer and I am havi...
Is there any example scripts out there that can modify an entire PowerPoint Presentation. I want to have a complete PPT file, and be able to modify certain text boxes on a certain slide, or...
I'd like to use the information from win32_ComputerSystem to then query AD about the user attributes. win32_ComputerSystem will return the domain\username of the logged on user, I'd like to ...
I am writing a vbscript that I need to query SQL Server 2000, the results of the query will be used to query/update AD.  I'm having trouble figuring out the best way to do this.  I have the SQ...
string splitting in VBScript stringtime="8,8:24,8:25,8:26,8:27" needs to be written as 8.00 8.24 8.25 8.26 8.27
I need to associate .tif and .mdi files with Microsoft Office Document Imaging on over 1300 XP clients. Can I do this with vbscript rather than manually per the below KB article??? http:...
Hi, I have script that runs through a folder and changes the names of msg files in the folder. I would like to change the text color of the name after the change to mark what have been rena...
Is there a way to authenticate to windows within a vbscript and then run commands using those credentials?  For example if I had the following simple code could I authenticate to windows with ...
Need some help with VB logon script mapping network drives with Vista. Did some research on the problem, tried the launchapp.wsf in the GPO, this did not work. I'm thinking that something is w...
Hello All - I'd like to be able to copy a file from one location to the other via vbscript. The "gotcha" here is that part of the file name each day changes based on the date. For example, ...