Page 1 of 1 1
Topic Options
#57585 - 2001-07-24 06:53 PM Win95/WinNT map root of share level
Anonymous
Unregistered


Migrating to Win2k server from Netware. Win2k Pro ws map to Home Directory properly. Win95 and WinNT only map to \\<servername>\share\, and then consequently see other User's Home Directories. I need Win95 and WinNT to map their F: drives just like the Win2k Pro users!

I've heard a little about SUBST...does that work, or are their other suggestions!?!?

Top
#57586 - 2001-07-24 07:31 PM Re: Win95/WinNT map root of share level
bleonard Offline
Seasoned Scripter
*****

Registered: 2001-01-19
Posts: 581
Loc: Chicago, IL
aahargus -
Welcome to the board!

Different commands are required for the diff o/s's when being performed from Windows NT scripts (not the KiX 'use' command):

Win2K: net use f: \\server\share\folder\subfolder
WinNT: subst f: \\server\share\folder\subfolder
Win9x: net use f: /home

The Win9x requires HOME be defined within User Manager.

Bill

Top
#57587 - 2001-07-24 08:40 PM Re: Win95/WinNT map root of share level
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11634
Loc: Space
Minor addition...
The Windows 9x systems need to have the folder shared for them(either hidden or not) or they will not map no matter what you put in User Manager.

Top
#57588 - 2001-07-24 08:46 PM Re: Win95/WinNT map root of share level
Anonymous
Unregistered


I don't think I posted the reply to you correctly so I am sending it again.

I am using Kixtart in a Win2k server environment. From my NT test PC, I used the SUBST command line that you mentioned and I received an Invalid Parameter error.

I've also tried other options, such as:

use k: @homedir ,or
use k: @homeshr ,or
use k: "\\test_\users$ /user:bcc\@userid"

...but no luck. I get a drive mapping to the share but not to the root of the user's home directory.

Top
#57589 - 2001-07-24 11:39 PM Re: Win95/WinNT map root of share level
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11634
Loc: Space
Hi aahargus,

While logged into the SERVER with Admin Rights. Right click on My Computer, then select Manage. Then in Shared Folders you will find another entry for
Shares. In there you can share out a folder.
To prevent users from seeing these shares you put a $ on the end, like this: FMLAST$

Then as an example, in User Manager you would share out the users folder like this:

The user fmlast would map his home drive to:
Map U: drive to: \\myserver\FMLAST$

The folder FMLAST should exist and the user needs to have rights to it. Normally Administrators=Full Rights, Domain Admins=Full Rights, System=Full Rights, and User=Change Rights (you can set yours to what ever you want though).

Then to test it is working, log into a workstation of Windows 9x and type from a DOS BOX - NET USE U: /HOME and you should now get the U: drive mapped to this users home folder. Then you login script should be able to map your Window 9x home folders.

As an example we use a folder on the root of the D: or E: drive with USERS and under USERS we add all the user folders. Then we share all folders under USERS as a hidden share.

At this point the Windows NT/2000 should be able to map their home folder with or without your login script, just by means of User Manager. The Win9x systems are the ones that typically need help.

If I am way off base on what you are trying to accomplish please let me know.

Top
#57590 - 2001-08-02 11:51 PM Re: Win95/WinNT map root of share level
Anonymous
Unregistered


I have tried all the above to map window 98 users to win2000, I have used the subst command that does not work with network drive letters, I'm in the process of learning kixtart that have some useful commands, but time is short, try this solution
[/B]$HOME =@HOMEDIR; * VARIABLE FOR USERS HOME DIRECTORY
USE P:"HOME";*MAP TO USER'S PERSONAL DRIVE
/B
I'm trying to use this code by latsha[B]latsha
look for that username

Top
Page 1 of 1 1


Moderator:  Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 1114 anonymous users online.
Newest Members
Viginette, ManuvdWielNL, Sir_Barrington, batdk82, StuTheCoder
17888 Registered Users

Generated in 0.054 seconds in which 0.022 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org