Networking Forums

Networking Forums > Computer Networking > Windows Networking > Net Logon / Net Use against Windows 2003

Reply
Thread Tools Display Modes

Net Logon / Net Use against Windows 2003

 
 
Ecee
Guest
Posts: n/a

 
      07-22-2004, 06:35 AM
Hi, I am trying to create a unattended Windows installation for my
environment and currently in the midst of creating a bootup disk. The bookup
process from floppy involves initializing the network adapter and followed
by connecting to a share drive on the network for all other installation
files. For connecting to the share drive, I am using Net Logon / Net Use.
Here are some of the setting / scripts I've used.

System.ini
************************************************** ***********
[network]
filesharing=no
printsharing=no
autologon=no
lanroot=A:\NET
workgroup=workgroup
reconnect=no
dospophotkey=N
lmlogon=1
logondomain=Mydomain
preferredredir=Basic
autostart=Basic
maxconnections=8
ComputerName=FILESERVER
************************************************** ***********
Environment Variables were set at the beginning of autoexec.bat
%DistUsr% = SHAREUSER
%DistPwd% = Password123
%sdrv% = G
%sshr% = \\FILESERVER\SHARE

Autoexec.bat
************************************************** ***********
NET LOGON /savepw:no %DistUsr% %DistPwd%
NET USE %sdrv% %sshr% %DistPwd%
************************************************** ***********

FILESERVER
************************************************** ***********
Windows 2003 Stadard Edition
Client for Micosoft Network / TCPIP installed.
Netbios over TCP/IP turned on
Acting as Domain Controller, DNS and WINS
SHARE directory has been configure to allow SHAREUSER full control rights
************************************************** ***********

When the Net Logon command was run, I received the following response...
"You were logged on, but have not been validated by a server. Therefore, you
may not have permission to use some network resources."

When the subsequent command of Net Use was run, I was prompted for Password
again. Upon entering, I was given a "Access has been Denied" response.

Any thoughts on this?

Thanks in advance.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Logon to Windows 2003 domain =?Utf-8?B?Y2pvaG5zb24zMDA=?= Windows Networking 1 04-28-2005 09:07 PM
How to enable Windows 98 clients to logon to Windows 2003 based Domains E-dawg Windows Networking 1 09-05-2004 12:51 PM
Windows 98 cant logon to Windows 2003 - I have an incomplete solution Windows Networking 0 11-20-2003 08:58 AM
Cannot logon to Windows 2003 Domain JFirsten Windows Networking 0 11-07-2003 03:55 AM
Windows 98 share logon to windows server 2003 Bronson Windows Networking 1 10-29-2003 09:21 PM



1 2 3 4 5 6 7 8 9 10 11