Good Afternoon,
Is there a way to read from two separate text files (or one) and have them populate "sOldCname" and "sNewCname". Then run WSHShell.Run in a "For Each In"?
Currently, I have a InputBox for "sOldCname" and "sNewCname" but, I don’t want to input for over 800 workstations.
Any...
thread329-1471433
I'm having any issue with this script. I added a list.txt to read from and also a scriptlog.txt to output the results.
The problem I'm having is the same info shows for all workstations. Also, what is the attribute for "last password set" (when was the password last...
This script works great except it keeps the service tag for the next line from the previous workstation. How do I clear the vaule?
On Error Resume Next
Const ForAppending = 8
Set oFSO = CreateObject("Scripting.FileSystemObject")
set WSHShell = wscript.createObject("wscript.shell")
Set...
How do I make this run on a list of computers from a text file?
Const ForAppending = 8
Dim objWMIService, objItem, colItems, strComputer
Dim strDriveType, strDiskSize, strDisk
strComputer = "."
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFile = objFSO.OpenTextFile _...
I have a list of computers in wslist.txt and after the first computer every other computer gets a different logon account then identified in the vbs. Here is what I have so far:
Dim ru, rp
ru = "domain\account"
rp = "password"
Set WshShell = CreateObject("WScript.Shell")
Set oFSO =...
I have a list of computername\folderpaths (\\computername\c$\Documents and Settings\Username\My Documents\My Music\XXX\) in an excel document and I would like to have the script to reference the excel doc and delete the list of folders.
I have been working with:
Set objFSO =...
Good Morning,
I have been toying around with this script I put together and I can't figure out one piece.
The questions is how do I get "userul" to become part of Set objDomain = GetObject(??????????????)?
Thank you for your help!
''''''''''
Dim userul
Dim strCN, strOU, strDC, strProvider...
Good Morning,
I have been doing some searching on the internet and have not found any solutions for installing a certificate for IE6 on multiple computers with VB. Any ideas? Thank you.
SOTGHALZ
Hello, I need help with part of a script that I've been stuck on for a few days.
First, I need an inputbox that will ask if the project is a NEW or a REVISION.
Second, If NEW is typed then the script needs to browes or navigate to a folder structure and read part of a folder name which is a 5...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.