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