If you are trying to move the Documents and Settings folder on the local machine to the H:\ drive, get the powertoys for Windows XP, there's a setting in there for it I think.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
I have a server set up for Win2003 small business edition
I have installed Active Directory on this and made it the domain server.
I have added a number of users and added the three laptops (wifi connections) to that domain and added 5 users which can use any of those laptops.
What I want to happen is that no matter which laptop the user "Duncan" logs into a share is added to \\server\users\Duncan and mapped as the H:\ drive...
1. Download the batch file attached. Remove the .zip part to the filename. Place it in the share \\servername\SYSVOL\domainname\scripts share on your domain controller.
2. Open Active Directory and the OU with the users and create a new policy, call it something like Map H:.
3. Open User Configuration -> Windows Settings -> Scripts (Logon/Logoff) -> Logon.
4. Click Add.
5. In the path, type in the path where the script is stored as a share name and then include the file ie \\servername\SYSVOL\domainname\scripts\Map H Drive.bat
6. Click OK, OK.
Logon as one of the users in the OU and it should now map a H: drive to the share.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)