1 00:00:01,240 --> 00:00:06,130 File Sharing Services. Here the business problem is our users are 2 00:00:06,130 --> 00:00:10,620 storing pirated media in their network home folders, or our users 3 00:00:10,620 --> 00:00:15,160 are synchronizing their entire music library into their home folder 4 00:00:15,160 --> 00:00:18,000 on the network and we're running out of space on the file server, 5 00:00:18,000 --> 00:00:19,340 these sorts of things. 6 00:00:19,340 --> 00:00:23,730 So what we have is a collection of role services in Windows Server. 7 00:00:23,730 --> 00:00:26,770 The role is File and Storage Services, and the 8 00:00:26,770 --> 00:00:29,460 specific services include File Server, 9 00:00:29,460 --> 00:00:33,150 which gives you the ability to create and manage shared folders in a 10 00:00:33,150 --> 00:00:36,930 more robust way than you can normally in Windows Server. We have the 11 00:00:36,930 --> 00:00:39,330 File Server Resource Manager toolset, 12 00:00:39,330 --> 00:00:42,620 or FSRM. This has a number of neat features, 13 00:00:42,620 --> 00:00:47,390 but AZ‑800 only calls out two. One is file screens, and this is where 14 00:00:47,390 --> 00:00:50,580 you can create file types that are simply forbidden. 15 00:00:50,580 --> 00:00:54,200 So if a user tries to store MP3s in their home folder, 16 00:00:54,200 --> 00:00:56,940 for example, Windows Server just will not let them. 17 00:00:56,940 --> 00:01:00,460 The other thing is to help your file servers not run out of space is 18 00:01:00,460 --> 00:01:03,700 that you can put quotas on volumes and folders, again, 19 00:01:03,700 --> 00:01:06,640 useful in a home folder context for sure. 20 00:01:06,640 --> 00:01:09,920 BranchCache for network files is the BranchCache element. 21 00:01:09,920 --> 00:01:11,750 You already know this because of our demo. 22 00:01:11,750 --> 00:01:15,510 You need this one when you're doing the file server, the web server cache. 23 00:01:15,510 --> 00:01:18,270 And then there's the BranchCache feature, which you use for 24 00:01:18,270 --> 00:01:20,690 hosted cache or the BITS content server. 25 00:01:20,690 --> 00:01:23,290 So let's do a demo now where we'll look at these 26 00:01:23,290 --> 00:01:29,000 File and Storage Services. Again, particularly we'll look at shared folders, file screens, and quotas.