yeah unfortunatly the admin before me did install terminal on the DC, stupid, yes but it is what i have to work with
Josh McMahon
A+ Certified,CCNA
sold@joshmcmahon.com
hello,
here is the issue, im running a MS 2003 server / terminal server with AD, internet explorer was upgraded to 7.0, now all of a sudden when a user logs on to the terminal server, the user is prompted to choose the default internet connection. It's defaulting to a setting, not even under...
Hello there,
bascially here it is, i just want to copy a shared folder from a server onto the user's desktop, sub directories and all. I've tried batch files using the XCOPY command and it's just not working, any suggestions?
Josh McMahon
A+ Certified,CCNA
sold@joshmcmahon.com
OMG I GOT IT!!
NET USE Z: /DELETE /YES
NET USE Z: \\WAPS-DC2\STARFILES$
ECHO **COPYING STAR READING FILES **
cd %userprofile%\windows
COPY Z:\*.*
NET USE Z: /DELETE /YES
Josh McMahon
A+ Certified,CCNA
sold@joshmcmahon.com
so i found solution, using good old command prompt,
NET USE Z: /DELETE /YES
NET USE Z: \\WAPS-DC2\STARFILES$
ECHO **COPYING STAR READING FILES **
COPY Z:\*.* %USERPROFILE%\WINDOWS\
Only thing i get this error now, "The filename, directory name, or volume label syntax is incorrect."
I...
here is the deal, basically there are 3 files on a server which need to transfer to the user's profile ex(c:\docs & settings\jmcmahon\windows) into the WINDOWS FOLDER, we can run it by vbscript, batch, using AD so any way you guys can think of would work. Seems like that code to replace those...
humm good point, i tried to run it manually and the script still didnt work, no errors, permissions are ok
Josh McMahon
A+ Certified,CCNA
sold@joshmcmahon.com
i basically just wanted to run this script first, AD should run this script when the user logs on, no errors or anything, looks simple now, just copy that file and replace whats current
Josh McMahon
A+ Certified,CCNA
sold@joshmcmahon.com
it should look like this correct? norhting at the bottom?
it ran but it didnt work, no errors either
DIM wshNet
DIM strUser
DIM datadir
dim windir
DIM drivetally
Set DriveNet = WScript.CreateObject("WScript.Network")
Set CheckDrive = DriveNet.EnumNetworkDrives()
Set wshNet =...
Hello,
I dont know if i'm evening posting this in the correct section, but its a very basic script issue im having, im just clueless on this scripts. I'm using visual basic, and I've attached the code below, i took over the admin position here, so i got to try to figure out why this code is not...
Hello,
I dont know if i'm evening posting this in the correct section, but its a very basic script issue im having, im just clueless on this scripts. I'm using visual basic, and I've attached the code below, i took over the admin position here, so i got to try to figure out why this code is not...
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.