You have five file servers that run Windows Server.
You need to block users from uploading video files that have the .mov extension to shared folders on the file servers. All other types of files must be allowed. The solution must minimize administrative effort.
What should you create?
Click on the arrows to vote for the correct answer
A. B. C. D.D
https://docs.microsoft.com/en-us/windows-server/storage/fsrm/file-screening-managementThe correct answer for this scenario would be (D) a file screen.
A file screen is a feature in Windows Server that allows administrators to set restrictions on what types of files can be stored in a specific directory or folder. With file screening, administrators can prevent users from uploading files that match certain file types or extensions.
In this scenario, the requirement is to block users from uploading video files that have the .mov extension to shared folders on the file servers while allowing all other types of files. To achieve this, you can create a file screen that blocks the upload of files with the .mov extension to the shared folders.
File screening can be configured through the File Server Resource Manager (FSRM), a built-in Windows Server feature. Here are the steps to configure file screening using FSRM:
With these steps, you have created a file screen that blocks the upload of .mov files to the shared folders on the file servers. Since file screening is a server-side feature, it minimizes administrative effort by centrally controlling file upload restrictions, rather than relying on user education or client-side tools.
Option (A) Dynamic Access Control (DAC) central access policy, and (C) Dynamic Access Control (DAC) central access rule are both features that enable you to create access policies to control access to files and folders based on different factors, such as users, groups, and device claims. While DAC is a useful feature, it is not the appropriate solution to block specific file types from being uploaded to shared folders.
Option (B) Data Loss Prevention (DLP) policy is another useful feature that can help prevent sensitive data from being leaked by blocking access to data that meets certain criteria, such as data that contains personally identifiable information (PII). However, DLP is not designed to block specific file types from being uploaded to shared folders.