-
Notifications
You must be signed in to change notification settings - Fork 1
FSRMAutoQuota
dscbot edited this page Jun 16, 2024
·
3 revisions
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Path | Key | String | The path this FSRM Quota applies to. | |
Ensure | Write | String | Specifies whether the FSRM Quota should exist. |
Present , Absent
|
Disabled | Write | Boolean | Disables the FSRM Quota applied to this path. | |
Template | Write | String | The name of the FSRM Quota Template to apply to this path. |
This resource is used to configure Auto Quotas in File Server Resource Manager.
This configuration will assign an FSRM Auto Quota to the path 'd:\users' using the template '5 GB Limit'.
Configuration FSRMAutoQuota_Config
{
Import-DscResource -Module FSRMDsc
Node localhost
{
FSRMAutoQuota DUsers
{
Path = 'd:\Users'
Ensure = 'Present'
Disabled = $false
Template = '5 GB Limit'
} # End of FSRMAutoQuota Resource
} # End of Node
} # End of Configuration
- FSRMAutoQuota
- FSRMClassification
- FSRMClassificationProperty
- FSRMClassificationPropertyValue
- FSRMClassificationRule
- FSRMFileGroup
- FSRMFileScreen
- FSRMFileScreenAction
- FSRMFileScreenException
- FSRMFileScreenTemplate
- FSRMFileScreenTemplateAction
- FSRMQuota
- FSRMQuotaAction
- FSRMQuotaTemplate
- FSRMQuotaTemplateAction
- FSRMSettings