w3 Itt565 Lecture3 Ufuture
w3 Itt565 Lecture3 Ufuture
Ref.
Ref:
https://docs.microsoft.com/en-us/windows-server/storage/fsrm/fsrm-overview
File Server Resource Manager Features
File Server Resource Manager includes the following features:
1. Quota management
2. File Classification Infrastructure
3. File Management Tasks
4. File screening management
5. Storage reports
The features included with File Server Resource Manager can be configured
and managed by using the File Server Resource Manager app or by using
Windows PowerShell.
PowerShell is a task automation and configuration management
framework from Microsoft, consisting of a command-line shell
and the associated scripting language.
https://www.tutorialspoint.com/powershell/powershell_environm
ent.htm
File Server Resource Manager includes the following features:
• Quota management allows you to limit the space that is allowed for a volume or folder, and
they can be automatically applied to new folders that are created on a volume. You can also
define quota templates that can be applied to new volumes or folders.
• File Classification Infrastructure provides insight into your data by automating classification
processes so that you can manage your data more effectively. You can classify files and apply
policies based on this classification. Example policies include dynamic access control for
restricting access to files, file encryption, and file expiration. Files can be classified
automatically by using file classification rules or manually by modifying the properties of a
selected file or folder.
• File Management Tasks enables you to apply a conditional policy or action to files based on
their classification. The conditions of a file management task include the file location, the
classification properties, the date the file was created, the last modified date of the file, or the
last time the file was accessed. The actions that a file management task can take include the
ability to expire files, encrypt files, or run a custom command.
• File screening management helps you control the types of files that user can store on a file
server. You can limit the extension that can be stored on your shared files. For example, you
can create a file screen that does not allow files with an MP3 extension to be stored in
personal shared folders on a file server.
• Storage reports help you identify trends in disk usage and how your data is classified. You can
also monitor a selected group of users for attempts to save unauthorized files.
The features included with File Server Resource Manager can be configured and managed by
using the File Server Resource Manager app or by using Windows PowerShell.
Practical applications
Some practical applications for File Server Resource Manager include:
• Use File Classification Infrastructure with the Dynamic Access Control
scenario to create a policy that grants access to files and folders based
on the way files are classified on the file server.
• Create a file classification rule that tags any file that contains at least 10
social security numbers as having personally identifiable information.
• Expire any file that has not been modified in the last 10 years.
• Create a 200 megabyte quota for each user's home directory and notify
them when they are using 180 megabytes.
• Do not allow any music files to be stored in personal shared folders.
• Schedule a report that runs every Sunday night at midnight that
generates a list of the most recently accessed files from the previous
two days.
• This can help you determine the weekend storage activity and plan your
server downtime accordingly.
The End