TopicWindows Server →
⌚ About 2 min read
This BAOI guide provides a structured method for diagnosing fsrm and file screen without multiplying unnecessary changes.
Avant de commencer : adaptez toujours les commandes et manipulations à votre environnement. Sur un système de production, prévoyez une backup ou un retour arrière lorsque l’action peut modifier la configuration.
Étapes à suivre
-
1
Set perimeter
Identify the equipment, service, affected users and start time.
-
2
Collect Elements
Record the exact messages, logs and useful settings.
-
3
Test methodically
Start with the basic dependencies before the application components.
-
4
Apply correction
Change only the identified parameter or component.
-
5
Validate
Rewrite the full scenario and document the result.
À retenir
- Keep the initial values for a backwards.
- Avoid multiple simultaneous changes.
- Compare with a functional configuration when possible.
FSRM: quotas and File Screening serve different purposes
Technical checkpoints
- FSRM quotas limit/alert on path capacity; File Screening controls file types using file groups/extensions.
- An active screen blocks; a passive screen logs/alerts without blocking.
- Templates and exceptions can explain why two folders behave differently.
FSRM PowerShell
List screen, mode and template before changing file groups.
Get-FsrmFileScreen
Get-FsrmQuota
Get-FsrmFileGroupTopic-specific pitfalls
- Adding *.tmp or a broad extension to an active screen can block legitimate applications.
- An FSRM quota is not the same as legacy NTFS quota behavior.
How to validate
- The expected test file is blocked or logged according to mode without impacting allowed extensions.
- Quotas raise intended thresholds/alerts and exceptions are documented.