Koozali.org: home of the SME Server

Login Error

BillR

Login Error
« on: March 10, 2002, 07:09:10 PM »
Here is what the netlogon script  give on login on win 2000 login
You can see that it is running ok but the line
C:\>net use h: /home
The user's home directory has not been specified.
Does not resolve.

2 questions then,
How does the net use h: /home work ??
What do I have to do to make it work??

Below is what the netlogon script returns at login ----
C:\>REM To set the time when clients logon to the domain:

C:\>net time \10.10.10.150 /set /yes
Current time at \10.10.10.150 is 3/10/2002 9:00 AM

The command completed successfully.


C:\>REM To map a home directory to drive h:

C:\>net use h: /home
The user's home directory has not been specified.

More help is available by typing NET HELPMSG 3916.


C:\>pause
Press any key to continue . . .

Des Dougan

Re: Login Error
« Reply #1 on: March 10, 2002, 10:14:16 PM »
This error occurs if roaming profiles are not enabled (and has been reported to Mitel's bugs list). If you don't want to use roaming profiles, leave it enabled in server manager, but make the profile local on the workstation.

Des Dougan

BillR

Re: Login Error
« Reply #2 on: March 11, 2002, 05:11:41 AM »
Thanks Des it works fine now.
Think I'll explore the sample login script you posted earlier.