The solution I am using is as follows. If a new suer logs into the domain and the suer's personal directory does not exist I write a notice into an .INI file of structure:
code:
[New Users]
UserID1=1
UserID2=1
I am running a maintenance client script (see Kixtart Systems Management Server which checks this .INi file for the particular server and then creates the personal folder and copys required files into it. It also sets appropriate permissions and creates a hidden share. the next day, when the new user logs in again, the user gets mapped to the personal directory.
An inprovement would be to have 'watch code' running on that server that gets triggered and creates the personal directory when the new user logs in. I believe there is already code posted illustrating this approach.
_________________________
There are two types of vessels, submarines and targets.