Link to home
Start Free TrialLog in
Avatar of Boyderama
Boyderama

asked on

Connecting in DOS to a Windows 2003 Server Network Share

Hello!

I do a lot of ghosting and SID changing to role out workstations. I'd like Ghost to grab the image file from a network share. This will save me having to remove the hard drive all the time. Don't worry, Ghosting works and I've solved issues with duplicate SIDS and workstation names :) All I want to know is how I can map a Win2003 share to a drive in DOS via a bootup CD. As you will see below, the bootup CD works and has the correct NIC drivers as an IP address is allocated to it via DHCP.
It's simply an access issue?

So far I've created a bootable CD with networking support and ghost. Followed instructions from http://www.nu2.nu/bootcd/
The problem I have is gaining access to the network share. The network interface is working as an IP has been allocated from the Server (also acting as DHCP).

Tried various commands using 'net'. Do I need to use Net Logon .... before Net Use?

net logon <username> /DOMAIN:<domain> /SAVEPW:NO
(this then asks for the password)

I am substituting the correct details but all attempts come back as Access Denied or The specified network password is not correct. All passwords on the Server are alphanumeric (upper and lower case) and contain a symbols. Can DOS support passwords like these? I'd imagine Yes as I've never had a problem using characters in Batch files.

Let's imagine the username is 'Dos' and Domain is 'Money' and Password is '1234pA+'.

How can I connect? Anything need to be done on the Win2003 Server?

Hope this all makes sense.

Note: Just thought, does the workstation need to be a member of the domain? Obviously it is when Windows is loaded but not when in DOS.

Cheers All

Boyd
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Boyderama
Boyderama

ASKER

Oh. The above command is one I've tried.

Staying with Server 2003. How could I get around this issue?
One I thought of was access a share on a workstation running XP Pro. However, to access a share the PDC would need to authenticate it so it goes around in circles again.

Increasing points cause I think this is a tricky one but would like to find a solution.

Any help!!???? lol Please?.....

The only way i have got it to work with 2003 is to run the server as a member server instead of a domain controller

I suppose your distribution server should be a separate from your domain controller anyway

Dom