Default user path (XP)
C:\Documents and Settings\Default User
You add files etc in there and when the default user logs in, it will look in that folder first.
Snip from the Samba website:
"When MS Windows 200x/XP participates in a domain security context, and if the default user profile is not found, then the client will search for a default profile in the NETLOGON share of the authenticating server. In MS Windows parlance, it is %LOGONSERVER%\NETLOGON\Default User, and if one exists there, it will copy this to the workstation in the C:\Documents and Settings\ under the Windows login name of the use."
By %LOGONSERVER% it means your SME server hostname. So if your SME is called mypdc, then you would use \\mypdc\netlogon\.
Incidently, this is also the place for your logon scripts as well.
If I get time, I may offer to try to transfer some of this info to the WIKI manual being created. Admins, is this ok?
Thanks