1 00:00:03,030 --> 00:00:03,810 Okay. 2 00:00:04,680 --> 00:00:09,390 Now, what I want to do is sort of bring home some of these concepts that I've just been talking about. 3 00:00:10,290 --> 00:00:12,530 Let's take a look at the user's profile. 4 00:00:13,430 --> 00:00:18,200 The way I'm going to do that is I'm going to just type percent, user profile percent here. 5 00:00:19,070 --> 00:00:23,960 And what that does is it actually brings up the contents of the user's profile, as it's seen from the 6 00:00:23,960 --> 00:00:25,460 file system perspective. 7 00:00:26,350 --> 00:00:28,540 Now, another way I could get to this. 8 00:00:29,430 --> 00:00:31,260 I could go in under computer. 9 00:00:32,180 --> 00:00:35,540 See users and then the username. 10 00:00:35,540 --> 00:00:40,940 And here it is in a different format you'll see here this file and two or dot dat. 11 00:00:41,840 --> 00:00:47,780 Now remember I mentioned that that is essentially the HK UI underscore current underscore user hive. 12 00:00:48,690 --> 00:00:54,130 So that is if I bring up the registry editor, that is this set of keys here, that file underscores 13 00:00:54,150 --> 00:00:56,600 or it is the backing store for the set of keys. 14 00:00:56,610 --> 00:00:59,530 So it holds all of the settings related to the registry. 15 00:00:59,550 --> 00:01:01,500 And now here are my various folders. 16 00:01:02,400 --> 00:01:07,920 You've got my documents, you've got app data, you've got the desktop, you've got downloads, favorites, 17 00:01:07,920 --> 00:01:14,720 etc. These are all the various folders that represent the data part of the user settings and data equation. 18 00:01:14,730 --> 00:01:19,830 So this is the stuff that I'm going to be manipulating using folder redirection to in order to, you 19 00:01:19,830 --> 00:01:24,630 know, sort of have a way of managing this data as the user roams from machine to machine. 20 00:01:25,470 --> 00:01:28,230 And again, this is all just standard Windows stuff. 21 00:01:28,230 --> 00:01:33,300 And what we're doing is using group policy to sort of manipulate how this follows the user around. 22 00:01:34,230 --> 00:01:37,800 One thing I want to show you is I'm going to go ahead and bring up my server. 23 00:01:37,800 --> 00:01:42,310 And again, I mentioned that even though this isn't in the realm of group policy so much. 24 00:01:42,450 --> 00:01:45,150 I'm going to talk a little bit about roaming profiles. 25 00:01:46,050 --> 00:01:50,160 Roaming profiles are defined by at the user object and Active Directory. 26 00:01:50,280 --> 00:01:55,260 If I bring up this particular user account and go to the profile tab, what I could do here is set a 27 00:01:55,260 --> 00:01:56,160 profile path. 28 00:01:56,250 --> 00:02:02,430 And in this case I have a DFS share called users and profile data and then percent, user name percent. 29 00:02:02,430 --> 00:02:04,860 And that's actually going to fill in the user's name. 30 00:02:04,860 --> 00:02:08,340 And that is all you need to do to set up roaming profiles for a user. 31 00:02:09,240 --> 00:02:14,430 Now, once the user logs off and logs back in again, they're going to get their profile from the server 32 00:02:14,430 --> 00:02:17,160 and essentially use roaming profiles going forward. 33 00:02:17,280 --> 00:02:22,260 So it's a nice little feature to use and I'm going to talk a little more about it in a bit about how 34 00:02:22,260 --> 00:02:25,710 you can use roaming profiles in conjunction with folder redirection.