Hi lepounet.
I am working on a documentation for PDC and Smeserver-tw-logonscript. Quite a task.
Like you, I have logon scripts and they work well.
I do not use user standard logon scripts. I used group logon script from I-bay letters.
Maybe, you create a group and put some users in it.
Then edit the logon script for that group in I-bay letters.
Then make a line for each user:
If "%Username%"=="admin" net use W: \\name-of-my-server\Primary\html
If "%Username%"=="toto" net use W: \\name-of-my-server\Primary\files
If "%Username%"=="titi" net use P: \\name-of-my-server\partage_sme
The partage_sme is a shared folder which titi have read/write because he belongs to Domains users. I used
http://wiki.contribs.org/SharedFolders/fr and I gave read/write to partage_sme to Domains users using that contrib.
All my group logon script from I-bay letters work well.
Also, note that, by default, all created users are in group shared but they are not in group Domain users. They are allowed to login to a domain station because they belong to group shared not because they belong to Domain users.
If the user don't have specific right/permissions on the folder the mapped drive won't show up.
Hope it will help,
Michel-André