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...
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"...
Hi
Does anyone know of a way to ad a group to the local security settings\local policies\User Rights assignement\allow logon through terminal servies of a remote machine? From the command line or some sort of scripting technique?
Tony
Hi
I'm trying to append a text file from input from a TextBox for some reason I get the following output:
frh001wa2555655
f
fr
frh
frh0
frh00
frh001
frh001w
frh001wa
frh001wa2
frh001wa26
frh001wa261
frh001wa2613
frh001wa26135
frh001wa261351
frh001wa2613519
code:
Dim objStreamWriter As...
Hi
I'm trying to append a text file with the following code:
Dim tw As System.IO.TextWriter
tw = System.IO.File.CreateText("D:\host.txt")
tw.WriteLine(t_HostName.text)
tw.Flush()
tw.Close()
This is what I get in the text file:
frh001wa2555655
f
fr
frh
frh0
frh00
frh001
frh001w...
Hi
Does anyone know of a way to have an application check for an update every time it launches? I've tried ClickOnce with no success because of it's limitations, and don't understand how the Application Updater block works? Any help would be greatly appreciated.
Thanks in advance
Hi
I'm trying to pass the file name from the OpenFileDialog box to a batch file as a string. I'm able to bring up the dialog box and select the file but I'm not sure about declaring the file name and passing it as a string. Any help would be greatly appreciated.
Thanks in advance.
Here's what...
Hi
The following script runs fine locally, but can someone help me to modify it so it can run on a machine remotely?
Const JOIN_DOMAIN = 1
Const JOIN_UNSECURE = 64
Const MACHINE_PASSWORD_PASSED = 128
Const DEFERRED_SPN_SET = 256
Const INSTALL_INVOCATION =...
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.