-
Notifications
You must be signed in to change notification settings - Fork 1
FSRMFileScreenException
dscbot edited this page Jun 16, 2024
·
3 revisions
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Path | Key | String | The path this FSRM File Screen applies to. | |
Description | Write | String | An optional description for this FSRM File Screen. | |
Ensure | Write | String | Specifies whether the FSRM File Screen should exist. |
Present , Absent
|
IncludeGroup | Write | StringArray[] | An array of File Groups to include in this File Screen. |
This resource is used to configure File Screen Exceptions in File Server Resource Manager.
This configuration add a File Screen Exception that Includes 'E-mail Files' to the path 'D:\Users'.
Configuration FSRMFileScreenException_Config
{
Import-DscResource -Module FSRMDsc
Node localhost
{
FSRMFileScreenException DUsersFileScreenException
{
Path = 'd:\users'
Description = 'File Screen for Blocking Some Files'
Ensure = 'Present'
IncludeGroup = 'E-mail Files'
} # End of FSRMFileScreenException Resource
} # End of Node
} # End of Configuration
- FSRMAutoQuota
- FSRMClassification
- FSRMClassificationProperty
- FSRMClassificationPropertyValue
- FSRMClassificationRule
- FSRMFileGroup
- FSRMFileScreen
- FSRMFileScreenAction
- FSRMFileScreenException
- FSRMFileScreenTemplate
- FSRMFileScreenTemplateAction
- FSRMQuota
- FSRMQuotaAction
- FSRMQuotaTemplate
- FSRMQuotaTemplateAction
- FSRMSettings