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...
VB script to move and disable Computer accounts that have not logged on for more than a 120 days
Disable them and move them to another OU
Hello,
I'm trying to align text to the left within the right header
With use of vbCR it will be
Name
Company Name
Number
Address
It looks silly with the default right alignment.
...
I've got the following code trying to call a function and pass variables to the function, but I get the message that I cannot use parantheses while calling a sub....
I'm not calling a sub t...
This script remotely retrieves the status of the "Patch Link" service from Windows XP workstations. When it works the workstation's Ip address and service status is written to a file. Here is...
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...
Hi SysAdmins & VBScript Folks,
Thank you for a moment of your time.
I'm running a program called SyncBackSE, which runs some very cool FTP stuff as a background task every 6 seconds whil...
Well....it looks like it's my turn to ask a question - WooHoo! :o)
I am developing a method for our imaging that PXE boots to WinPE, launches a VBScript to run wpeinit, map a drive and call...
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...
Hi,
I'm using vb script to copy data from one excel sheet to another which seems to work, but when i try to open the newly created excel file i get the following error message -
Errors we...
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...
I need a script that recursively deletes IIS log files
The log files are in a log folder within each website
I found this script
http://www.experts-exchange.com/Programming/Languages/Visua...
I am running the script below through a remote scheduler. When this script runs, the script runs as user "SYSTEM". This in turn also opens Internet Explorer under the "SYSTEM" user.
Here is...
I have two worksheets
Woksheet 1 has name and class plus an empty columns for each subject to have a grade put into
Worksheet 2 has name and subject plus a grade
I need to to compare th...
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...
Hi,
Ive got a pac file done which looked like this (example a) what Im trying to get is a pac file that bypasses local addresses. Any ideas on how this can be done. Ive tried (example b) but...
Does anyone know if it is possible to create an InputBox that contains multiple fields (inputs) on a single input box using VBScript? I'd like to ba able to set three variables using a single...
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 have a script that takes pops up an input box and takes a computer name, it then impersonates my currently logged in credentials and grabs a computers serial number. I want to take it to the...
Experts,
I am trying to create a text file listing all of the files, folders, and subfolders of a specific directory. In the attached code snippet, I have been able to modify a code I foun...
I know nothing about VBScript, so please show me in detail.
For an online application, I'm trying to use the VBScript found in http:Q_23223204.html to open a special browser window (witho...
I have a command that works perfectly in command-prompt (cmd.exe), but when I run it in a vb-script it does not work. What is the difference between WScript.Shell and cmd.exe? The command Im r...
Hi,
I have a folder with a bunch of randomly generated files.
28282.SRP
RNE.000078.RNE
RNE.000073.RNE
RNE.000073.RNE
232191.CLB
I need a script that will rename all .RNE files to ...
Hello,
Can someone help with a custom vbs that:
1) Gets local time HH:MM format either via vbscript method, wmi or CMD (time /t)
2) Then increment it by 30 minutes and stores it in a var...
I am trying to build a VB script that will set three variables to the logged on user name, computer, date / time on a XP desktop and then write those variables out to log file.