Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sotghalz
  • Content: Threads
  • Order by date
  1. sotghalz

    Netdom Help

    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...
  2. sotghalz

    LastPasswordSet

    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...
  3. sotghalz

    Clear Service Tag

    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...
  4. sotghalz

    ForReading - GetObject Help

    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 _...
  5. sotghalz

    schtasks.exe /create

    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 =...
  6. sotghalz

    Delete a List of Folders on Multiple Worlstations

    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 =...
  7. sotghalz

    Apply Security Group to Network Folder in AD

    How do you apply a security group that has already been created in AD to a folder that the same script creates? I'm stuck!
  8. sotghalz

    Solution for thread481-777528

    thread481-777528 Run Veritas Update and download and install Backup Exec v9.1 SP5. Solved my issue.
  9. sotghalz

    AD Account Unlock

    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...
  10. sotghalz

    Install certificate for IE6 w/ vb?

    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
  11. sotghalz

    Please Help

    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...

Part and Inventory Search

Back
Top