-
Notifications
You must be signed in to change notification settings - Fork 3
FSRMSettings
dscbot edited this page Jun 16, 2024
·
3 revisions
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| IsSingleInstance | Key | String | Specifies the resource is a single instance, the value must be 'Yes'. | Yes |
| SmtpServer | Write | String | Specifies the fully qualified domain name (FQDN) or IP address of the SMTP server that FSRM uses to send email. | |
| AdminEmailAddress | Write | String | Specifies a semicolon-separated list of email addresses for the recipients of any email that the server sends to the administrator. | |
| FromEmailAddress | Write | String | Specifies the default email address from which FSRM sends email messages. | |
| CommandNotificationLimit | Write | UInt32 | Specifies the minimum number of seconds between individual running events of a command-type notification. | |
| EmailNotificationLimit | Write | UInt32 | Specifies the minimum number of seconds between individual running events of an email-type notification. | |
| EventNotificationLimit | Write | UInt32 | Specifies the minimum number of seconds between individual running events of an event-type notification. |
This resource is used to configure settings in File Server Resource Manager.
This configuration will configure the FSRM Settings on a server.
Configuration FSRMSettings_Config
{
Import-DscResource -Module FSRMDsc
Node localhost
{
FSRMSettings FSRMSettings
{
IsSingleInstance = 'Yes'
SmtpServer = 'smtp.contoso.com'
AdminEmailAddress = 'fsadmin@contoso.com'
FromEmailAddress = 'fsuser@contoso.com'
CommandNotificationLimit = 90
EmailNotificationLimit = 90
EventNotificationLimit = 90
} # End of FSRMSettings Resource
} # End of Node
} # End of Configuration- FSRMAutoQuota
- FSRMClassification
- FSRMClassificationProperty
- FSRMClassificationPropertyValue
- FSRMClassificationRule
- FSRMFileGroup
- FSRMFileScreen
- FSRMFileScreenAction
- FSRMFileScreenException
- FSRMFileScreenTemplate
- FSRMFileScreenTemplateAction
- FSRMQuota
- FSRMQuotaAction
- FSRMQuotaTemplate
- FSRMQuotaTemplateAction
- FSRMSettings