Windows Server
Workgroup and Domain
Configuring Domain Controllers
File Server Resource Manager (FSRM)
To set file quota and screening using File Manager in Windows Server 2022, you can use File Server Resource Manager (FSRM), which is a feature in Windows Server that allows you to manage and control file storage. Here’s how you can set up file quotas and file screening:
1. Install File Server Resource Manager (FSRM)
If FSRM is not already installed, you can add it via Server Manager:
- Open Server Manager.
- Go to Manage > Add Roles and Features.
- In the Add Roles and Features Wizard, click Next until you reach the Select features page.
- Select File Server Resource Manager.
- Complete the wizard and install the feature.
2. Configure File Quotas
File quotas allow you to limit the amount of space that a user or group can use on a volume or folder.
- Open Server Manager.
- Go to Tools > File Server Resource Manager.
- In the FSRM console, go to Quotas (under the Quota Management section).
- Right-click on Quotas and select Create Quota.
- Choose the path where you want to set the quota (e.g., a specific folder or volume).
- You can choose to create a custom quota or use an auto apply template. For a custom quota:
- Select Custom quota properties.
- Set a quota limit (e.g., 5 GB).
- Choose the template for the quota (e.g., Deny disk space or Warn when quota is exceeded).
- Click OK to apply the quota.
3. Configure File Screening
File screening allows you to control which types of files users can save on a file share.
- In the FSRM console, go to File Screening (under the File Screening Management section).
- Right-click on File Screens and select Create File Screen.
- Choose the path where you want to apply the file screen (e.g., a folder or volume).
- Select a file screen template or create a custom one. For example, you can block certain file types such as executables or video files.
- For a custom file screen:
- Click Create a custom file screen.
- Choose the file groups (e.g., Executable files or Image files) you want to block or allow.
- For a custom file screen:
- Choose the action to take when users attempt to save restricted file types:
- Deny the file (block users from saving the file).
- Generate an event (log the action).
- Click OK to apply the file screen.
4. Monitor and Report
FSRM also allows you to generate reports on file quotas and screening:
- In the FSRM console, go to Reports (under Storage Reports Management).
- You can generate reports on quota usage, file screening activity, and more.
This will set up a basic file quota and file screening configuration on your Windows Server 2022. You can fine-tune the settings depending on the specific requirements of your environment.
Internet Information Services
Task: Web Server Setup: Creating a Software Directory with Home and Detail Pages
- Create a subfolder named “softwares” in the webserver directory.
- Develop a home page that displays a list of all available software.
- For each software, create individual HTML pages containing the software’s title and description.