I’m trying to setup a terminal server profile for a group of users. Currently when a terminal user logs in, a local profile is created on c: of the server, this is a problem as I’m running low on disk space, so I need to store the profiles in a different location.
I created a shared folder on the domain controller and gave the user?s permission to access it. I then created a group policy object for the all the terminal users I had placed in a organisational unit. In the group policy object I changed the profile path to the shared location, I then rebooted the server.
When I logged on with a new terminal user, a new profile was created on the c: drive of the terminal server and a read only file was created in the disired shared location, this file must of had no data in it as it shows up as 0kb in size. So it appears not to have worked as I assume the correct result would have been no profile on the c: drive just a new one in the shared folder.