https://github.com/dsccommunity/fsrmdsc
DSC resources for configuring Windows File Server Resource Manager.
https://github.com/dsccommunity/fsrmdsc
auto-quota classification-property classification-rules dsc dsc-resources fsrm-classification fsrm-quota fsrm-settings powershell-dsc quota-templates screen-exclusion threshold
Last synced: about 1 month ago
JSON representation
DSC resources for configuring Windows File Server Resource Manager.
- Host: GitHub
- URL: https://github.com/dsccommunity/fsrmdsc
- Owner: dsccommunity
- License: mit
- Created: 2015-12-08T09:07:19.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T17:16:48.000Z (over 4 years ago)
- Last Synced: 2024-03-14T16:23:56.946Z (almost 2 years ago)
- Topics: auto-quota, classification-property, classification-rules, dsc, dsc-resources, fsrm-classification, fsrm-quota, fsrm-settings, powershell-dsc, quota-templates, screen-exclusion, threshold
- Language: PowerShell
- Homepage: https://dsccommunity.org
- Size: 790 KB
- Stars: 10
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FSRMDsc
[](https://dev.azure.com/dsccommunity/FSRMDsc/_build/latest?definitionId=40&branchName=main)

[](https://dsccommunity.visualstudio.com/FSRMDsc/_test/analytics?definitionId=40&contextType=build)
[](https://www.powershellgallery.com/packages/FSRMDsc/)
[](https://www.powershellgallery.com/packages/FSRMDsc/)
[](https://codecov.io/gh/dsccommunity/FSRMDsc)
## Code of Conduct
This project has adopted [this code of conduct](CODE_OF_CONDUCT.md).
## Releases
For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).
## Contributing
Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).
## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).
## Resources
The **FSRMDsc** module contains DSC resources for configuring Windows File Server
Resource Manager.
- **FSRMSettings** configures FSRM settings.
- **FSRMClassification** configures FSRM Classification settings.
- **FSRMClassificationProperty** configures FSRM Classification Property Definitions.
- **FSRMClassificationPropertyValue** configures FSRM Classification Property
Definition Values. This resource only needs to be used if the Description of a
Classification Property Definition Value must be set.
- **FSRMClassificationRule** configures FSRM Classification Rules.
- **FSRMFileScreen** configures FSRM File Screen.
- **FSRMFileScreenAction** configures FSRM File Screen Actions for File Screens.
- **FSRMFileScreenTemplate** configures FSRM File Screen Templates.
- **FSRMFileScreenTemplateAction** configures FSRM File Screen Template Actions
for File Screen Templates.
- **FSRMFileScreenException** configures FSRM File Screen Exceptions.
- **FSRMFileGroup** configures FSRM File Groups.
- **FSRMQuota** configures FSRM Quotas.
- **FSRMQuotaAction** configures FSRM Quota Actions for Quotas.
- **FSRMQuotaTemplate** configures FSRM Quota Templates.
- **FSRMQuotaTemplateAction** configures FSRM Quota Template Actions for Quota Templates.
- **FSRMAutoQuota** configures FSRM Auto Quotas.
**This project is not maintained or supported by Microsoft.**
This project has adopted this [Open Source Code of Conduct](CODE_OF_CONDUCT.md).
## Documentation and Examples
For a full list of resources in FSRMDsc and examples on their use, check out
the [FSRMDsc wiki](https://github.com/dsccommunity/FSRMDsc/wiki).