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 TouchToneTommy 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: *

  1. tonyflora63

    VBSCript to search for multiple files on multiple servers

    Hi When I run the follwoing code some incorrect file paths are returned when I loop through the file names and servers. Output: Altiris0010CG02 Ping Successful... \\Altiris0010CG02\\Express\Images\Windows7\W7110108\W7110108.002 = True...
  2. tonyflora63

    Delete columns in a csv file

    Thanks for all of your help
  3. tonyflora63

    Import CSV file into Excel SS

    Mark One more thing then this works perfectly for me. Is there a way to not launch excel and open the file, and just save the changes? Thanks Tony
  4. tonyflora63

    Import CSV file into Excel SS

    Mark Sorry I missed this "Because cells will shift right to left, you should begin your column deletions from the right so you can more easily keep track of the colums.
  5. tonyflora63

    Import CSV file into Excel SS

    Mark Two problems. 1. I have to include the full path to the csv file instead of it working in the present working directory. 2. It deletes the first column of data but deletes the rest of the columns all the way to the right which are empty and moves everything over one to the left. Tony
  6. tonyflora63

    Delete columns in a csv file

    Mark Your code works with the exception that the remaining data is moved under the incorrect columns. Thanks Tony
  7. tonyflora63

    Import CSV file into Excel SS

    Remou Sorry I didn't get back to you sooner. when I run your script I get the following error: Line 12 char1 "No value given for one or more required parameters
  8. tonyflora63

    Active Directory

    Mark I don't quite follow you. The attributes that I need to query are from an ADAM instance. The ou=EncryptionAnywhereComputers is the OU that I need to extract attributes from. On each of these computers in the EncryptionAnywhereComputers OU are EA-Users which I have to extract attributes...
  9. tonyflora63

    Active Directory

    Hi Mark Yes i did copy and paste teh remote pc part from your script. What I'm trying to accomplish is the following: From the OU=EncryptionAnywhereComputers I am able to extract the Computer attribute which is represented by a GUID and pipe them to a txt file. I need to loop throuh the txt...
  10. tonyflora63

    Active Directory

    Hi bslintx This script works no error.
  11. tonyflora63

    Delete columns in a csv file

    csvde.ex is creating the csc file.
  12. tonyflora63

    Delete columns in a csv file

    Hi does anyone know how to deleted columns in a csv file? Thanks in advance.
  13. tonyflora63

    Active Directory

    Sorry I thought that I could upload an attachment from my computer.
  14. tonyflora63

    Active Directory

    Hi bslintx Thanks for your help so far you've been very helpful. Unfortunately I'm still getting an error. Is this script meant to run on the actual server or can it be run remotely? The error that I'm now getting is: Line 25 chr 3 "Table does not exist" Maybe I haven't given you enough info in...
  15. tonyflora63

    Import CSV file into Excel SS

    HI Does anyone know how to import selective coloumns of a .csv file into an excel spread sheet? Thanks Tony
  16. tonyflora63

    Active Directory

    Hi I'm still having a problem. I get the following error when I run the script: "The directory property cannot be found in the cache" I'm not sure it I plugged my info in correctly. Here is what I have sofar: Dim oConn Function GetRootAdsPath Set oRoot =...
  17. tonyflora63

    Active Directory

    Hi I'm trying to get the attributes from the sub trees of an AD container. Is there a way that you could pass a CN from a txt file as a variable. Here is my code so far: DIM fso, TxtFile Set fso = CreateObject("Scripting.FileSystemObject") Set TxtFile = fso.CreateTextFile("EA-Computers.txt"...
  18. tonyflora63

    Load form at startup if condition is met

    Hi I have a form with a checkbox control. How would you load this form at starup if the checkbox is checked? Do you load it from the main form? Tony
  19. tonyflora63

    Tip of the day

    Rick I've already got the form, listbox,label,icon, and buttons. What I need now is the code to display each tip one line at a time, and to start the tip of the day box if the checkbox is checked. Tony
  20. tonyflora63

    Tip of the day

    Hi SiriusBlackOp My vision of how it should work is a form with a label, listbox, a couple of buttons. This form get's it's input from a text file. Thanks Tony

Part and Inventory Search

Back
Top