Hi Guys.
I have recently setup a SMEServer 8. I have applied the reg patch and got my windows 7 PC attached to the domain. I have created some groups and also installed the logon script manager. Heres a portion of the code:
#ifg admins
REM Map iBay's for admin group:
NET USE P: \\sstone\accounting
NET USE O: \\sstone\archive
NET USE F: \\sstone\columbarium
NET USE G: \\sstone\general
NET USE I: \\sstone\laser
NET USE J: \\sstone\monumental
NET USE K: \\sstone\production
NET USE R: \\sstone\resources
NET USE L: \\sstone\scans
NET USE M: \\sstone\software
#endif
#ifg artists
REM Map iBay's for artists group:
NET USE O: \\sstone\archive
NET USE F: \\sstone\columbarium
NET USE G: \\sstone\general
NET USE I: \\sstone\laser
NET USE K: \\sstone\production
NET USE R: \\sstone\resources
NET USE L: \\sstone\scans
NET USE M: \\sstone\software
#endif
#ifg powerusers
REM Map iBay's for powerusers group:
NET USE O: \\sstone\archive
NET USE F: \\sstone\columbarium
NET USE G: \\sstone\general
NET USE I: \\sstone\laser
NET USE J: \\sstone\monumental
NET USE K: \\sstone\production
NET USE R: \\sstone\resources
NET USE L: \\sstone\scans
NET USE M: \\sstone\software
#endif
So if "UserA" that is part of the Admin group logs on it should map all of the drives, however it is not. I have to manually mount the home drive for the user, then in that home drive is as netlogon.bat file which I then double click and it mounts the other drives for me. This is a fine solution however I am worried that the drives might not persist after reboots or what not.
Is there something I am doing wrong? I want to make it pretty simple for the users so that when I create a new user - based on the group their in it will map the appropriate drives.
Thanks