Setting up FSRM on windows core

Setting up FSRM on windows core

Open PowerShell as an administrator.
Run the following command to install FSRM:

Install-WindowsFeature -Name FS-Resource-Manager -IncludeManagementTools

Creating a File Screen
File screening allows you to control which types of files can be stored in a particular folder. To create a file screen, follow these steps:

Open PowerShell as an administrator.
Import the FSRM module by running the following command:

Import-Module FileServerResourceManager
New-FsrmFileGroup -Name "TextDocs" -IncludePattern @("*.txt","*.docx")
Get-FsrmFileGroup