Information Technology Reference
In-Depth Information
FIGURE 2-16 The Quota Properties dialog box
You can also use the Windows PowerShell FSRM module to create a quota or auto apply
quota. You can create a quota on a path with the New-FsrmQuota cmdlet. The syntax is as
follows:
New-FsrmQuota -Path <quotapath> -Size <int> -SoftLimit -Template <string>
To create thresholds, use the New-FsrmQuotaThreshold cmdlet. To specify an action to be
taken at a threshold, use the New-FsrmAction cmdlet. The New-FsrmAction cmdlet supports
the following actions:
Email
Sends an email to the user or administrator that the event was triggered
Event
Creates an event log entry
Command Runs the command specified
Report
Runs one or more storage reports
 
Search WWH ::




Custom Search