Hey everyone! We've recently transitioned from a workgroup setup to using a domain network, and I'm facing a couple of challenges. First off, how do I migrate a user's data from their local account to their new domain account, especially software? Also, is there a way to ensure that all user data is accessible across multiple PCs? For example, when user jhon.doe creates a file on PC 1, how can we make that file available to him when he logs into PC 2? Any advice on this would be super helpful. Thanks!
1 Answer
There are several ways you can manage user data across multiple PCs:
1. Set up a file share server by mapping a shared folder that all users can access. Make sure to create a user group for appropriate permissions and map the drives using group policy.
2. Consider using a NAS (Network Attached Storage) where you can set up SMB or NFS shares and map those drives for all users too.
3. You could look into using cloud services like OneDrive, SharePoint, or Google Drive. Set up a shared folder for your users to access their files anytime, anywhere.
4. For more robust needs, consider Azure or cloud file storage options.
5. If you require high availability and performance, a SAN (Storage Area Network) might be necessary.
It's also wise to have a backup solution in place when using options 1 and 2. It might be beneficial to get some professional help, even if the process seems straightforward.

We tried setting up a shared Home Folder, but it wasn't integrated as the user's main folder on the PC, which caused similar issues as before.