When my Windows 9x workstations logon to the network they do not get there homedrive mappings as i put in the users profiles, is this a known issue or is there a fix
No logon script, in the create user profile box, it has an option for a homedrive and maps a drive when the user logs on the domain, it works for 2000 professional workstation but it will not map a drive for 95,98, and ME.
I'M A NETWARE GUY WHO'S HAD TO INSTALL A WIN2000 SERVER TO RUN PROPRIETARY SOFTWARE. I LOADED THE SOFTWARE, AND LINKED THE SERVER TO A WIN95 WORKSTATION FOR TESTING; THE SERVER DOESN'T SEE THE PC, BUT IF I SEARCH FOR A COMPUTER THE PC WILL SEE THE BIG DOG. KEEP IN MIND THAT AT SOME POINT, I AM GOING TO HAVE TO INTEGRATE THIS SERVER INTO A NETWARE 5.1 ENVIRONMENT, BUT FOR NOW I JUST NEED TO GET THIS THING GOING TO RUN THIS SOFTWARE FOR 25 USERS. WHAT SHOULD I BE DOING???
As far as I am aware, 9x client won't map to a share you make in the Connect and To boxes, you will have to map via a logon script. I'd be happy to be proved wrong however!
Are you trying to just get the computers to talk, and therefore the Win2K box to just act as a server or for the network to be controlled by the Win2K box? (This is what MrFreese is asking in case Netware terminology is different )
You should have answered whether you want it to control, as a Primary Domain Controller, when you installed the OS.
I have win98 and win95 clients running scripts from a win2k domain controller and their drives will never map using the home directory, they will sometimes map with logon scripts. It seems to be a flip of the coin.
I was having the same problem. To work around it I had to use kixtart to map the drive. The net use command only worked about 25% of the time.
In order to map the users drive it has to be a share on the server. If you try to map \\computer\data\user where data is a share and user is not win9x machines will only map as far as data. Apparently this is a known issue with win9x
We created a share for each user and set permissions then mapped them with kixtart.
Code:
use U: "\\ourserver\" + @userid
if you want the shares hidden you'll have to concatenate the $ (at the back??)
This is just one way we figured out how to do it. Your probably thinking there's got to be a better way, I did.
Just an update in case any is having logon problems. I found with my logon script (i use wsh) if I put in a popup window where each of the drives map and pause the script for a few seconds, I get reliable drive mappings.
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.