File Server Resource Manager
File Server Resource Manager
The File Server Resource Manager (FSRM) is a part of the File Services Role
in Windows Server that gives you greater control over the data stored on your
file servers. In this part, I’ll discuss controlling files that can be saved to your
file server using File Screening.
File Screening is one of my favorite features in FSRM. One of the biggest
challenges in running a file server is keeping certain kinds of files off your file
server. Typically those are things like mp3 (and other digital music) files, video
files, and executables just to name a few. With File Screening, you can control
what file types can be saved to folders on your file server. There are two types of
File Screens: active and passive. Active screening blocks configured file types
from being saved to the folder and sub-folders. Passive screening allows the
configured file types to be saved, but performs actions like logging or email
notifications and can be useful for monitoring.
Exceptions ^
You’re always going to have those times where the rule that applies to everyone
needs an exception. In those situations, File Screening has the ability to crea
File Groups ^
The pre-defined File Groups that are built-in to FSRM are… lacking to say the
least. In my earlier example, I blocked executable files from user folders on the file
server. The problem is that this also blocked .ps1 (PowerShell scripts), .js
(JavaScript), and .vbs (VB scripts) from user folders. Oops, huh? If you have any
sysadmins or web developers using those folders, you’ve got a problem. Let’s take
another file group: Audio and Video Files. First off, why are these together and not
two separate groups? Second, there are several file types missing. The most glaring
are .m4a and .m4v files that are used by iTunes. Oops again.
File Content ^
There’s one last gotcha you’ll want to know about File Screening. File Screening
only looks at the name of the file and not the content of the file. So, if you block
“Audio and Video Files,” File Screening won’t block .mp3 files that have their
extension changed to something else. Honestly, I’ve never encountered someone
that did this to circumvent File Screening, but it is still something you’ll want to be
aware of before you implement File Screening.