Hubert Choma wrote: >I would like to map a drive letter for one user via netlogon script. >How can I do it ? >The user is in geo group and I would like to map only for one user not >group. >echo off >C: >CD \ >NET TIME \\SERWER /SET /YES >NET USE * /D /YES >REM NET USE H: /HOME >NET USE R: \\SERWER\RASTRY$ >NET USE S: \\SERWER\EVID$ >NET USE T: \\SERWER\OSRODEK$ >NET USE U: \\SERWER\TMP$ >NET USE X: \\SERWER\OSNOWA$ >NET USE Y: \\SERWER\GEO1$ >NET USE Z: \\SERWER\GEO$ >NET USE W: \\SERWER\SKANY >regedit /s \\serwer\netlogon\placesbargeo.reg
We have a line if exist H:\logon.bat call H:\logon.bat Then anything specific to an individual user can go in their personal logon script. Moray. "To err is human. To purr, feline" -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
