I am running Active Directory, with XP clients and need to run an EXE on a handful of workstations on our WAN. Is there an easy way to run an EXE (sliently) from a command line on another work...
I am using code like the attached to open workbooks in Excel. I am then parsing through a text file and then writing the data into the excel workbook. Problem is, I want to have several work...
Ok first is it possible to have a VB Script stop and start the WMI service? If so I need a script that will do several things. Below is a list of what needs to be done; none of it should be to...
I need vbscript that will find who has permissions to use a printer (that list when you click the security tab in the printer properties). Does anyone know how to do this?
I wrote a series of individual macros in excel that I want to operate sequentially. I'm ready to compile them into one grand macro, but I need the grand macro to pause while the user enters d...
I want to send a particular saved message prepared in the draft folders to another outsider email recipient when I receive a email from somebody.
I know using rules can provide conditional ...
I need to push out a registry key change to my Windows XP SP3 machines. HKEY_LOCALMACHINE\SOFTWARE\Microsoft\MSLicensing\HardwareID is the location. What I need to do is change the permissio...
I have a script that is pulling Active Directory info using CSVDE, and i am then opening the esported file via VBScript and looping through the records to delete the records i dont want.
I ...
We are experiencing an issue with Outlook Calendars not displaying the free/busy times in the Scheduling section. When the Outlook /cleanfreebusy option is started in Run on a Windows XP deskt...
Hi,
Need an Excel macro that can add comments to the description for all computers in the excel colum "Q". The computers are in the Active directory in different Ou's.
Search all the OU's...
I have an Excel Spreadsheet that I need to "copy" the cells contents begining with (A2) and then "paste" in to an Attachmate Extra session. I have it working up to thge point of copying and pa...
I have a Export VB code that opens a saved file on my desktop and exports selected information, I need this VB code to also save the file with the date and time I have been trying to use this ...
Hi,
I use the below VB script to delete files over X days
This does all files
If I want to say only delete *.done files how shoudl I amend this script?
cheers
I have a vbscript residing on ServerA that FTPs a file over from ServerB. This script is set to run everyday as a Scheduled Task. Does anyone know of any scripts that will verify that the ta...
HI
I have the vba code below to add a folder to outlook with the name of a cell in excel i.e. 12.06.2008.
Set objOutlook = CreateObject("Outlook.Application")
Set objNamespace = objOutlook...
I have 650 users who are leaving my Exchange organization. I want to forward email from their old mailbox to their new mailbox by setting the targetAddress attribute on their existing mailbox ...
I need help "Silently" installing NVIDIA Video Card Drivers for our GeForce 8400 GS. It should be the same no matter what the Video Card model is because all of their video cards use the same ...
I have 400 machines in my domain environment. We're using a VBS login script which is called via group policy.
I need to append (not replace) a directory path to the existing system path e...
We use Exchange 2003/7 and Outlook 2007 in our Environment. No we need follow configuration, all User need a Group mailbox as a primary Mailbox in there Profiles and the personal Mailbox as an...
This is an old asp application.
I am pulling the information for an email from SQL Server.
Sometimes the variable 'recipients' will have multiple email addresses separated by a semi-colon.
...
I am current trying to change the permissions on a set of folders in a subfolder with a vb script.
Each folder in the sub-folder "redirect" is named with the username of the user that require...
This server side VB script
Set objExcel = CreateObject("Excel.Application") ' Create an Excel object.
objExcel.Application.Visible = true
objExcel.Application.UserControl = true
fail...
Is there a way to write a script that will SQL select email receipients?
I have a sample script, but I am so new to this that I don't even know which parts are right, wrong , in order or out ...
The array looks like the following:
Array(0)
Array(0)(0) "08-23-2008"
Array(0)(1) "12:00:15"
Array(0)(1) "TCP"
Array(0)(2) "192.168.0.1"
Array(0)(3) "10.0.0.5"
Array(1)
etc...
I ne...
Hello
I've taken over the development of an email application written in VB. The application polls an exchange mailbox and then creates records in a sql database. The application runs fine ...