{"id":20156319,"url":"https://github.com/dsccommunity/dfsdsc","last_synced_at":"2025-12-11T21:37:53.708Z","repository":{"id":42050695,"uuid":"50830012","full_name":"dsccommunity/DFSDsc","owner":"dsccommunity","description":"DSC Resource for configuring Windows Distributed File System (Replication and Namespaces)","archived":false,"fork":false,"pushed_at":"2024-04-05T19:04:47.000Z","size":825,"stargazers_count":22,"open_issues_count":6,"forks_count":19,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-04-11T08:18:50.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsccommunity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-02-01T09:48:14.000Z","updated_at":"2024-04-18T21:49:31.827Z","dependencies_parsed_at":"2024-02-14T20:16:37.860Z","dependency_job_id":"702c2a67-eb3a-4503-acfa-9ef171a9b27d","html_url":"https://github.com/dsccommunity/DFSDsc","commit_stats":null,"previous_names":["powershell/xdfs","powershell/dfsdsc"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDFSDsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDFSDsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDFSDsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FDFSDsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/DFSDsc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248121079,"owners_count":21051071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:38:24.958Z","updated_at":"2025-12-11T21:37:53.657Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DFSDsc\r\n\r\n[![Build Status](https://dev.azure.com/dsccommunity/DFSDsc/_apis/build/status/dsccommunity.DFSDsc?branchName=main)](https://dev.azure.com/dsccommunity/DFSDsc/_build/latest?definitionId=35\u0026branchName=main)\r\n![Code Coverage](https://img.shields.io/azure-devops/coverage/dsccommunity/DFSDsc/35/main)\r\n[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/DFSDsc/35/main)](https://dsccommunity.visualstudio.com/DFSDsc/_test/analytics?definitionId=35\u0026contextType=build)\r\n[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/DFSDsc?label=DFSDsc%20Preview)](https://www.powershellgallery.com/packages/DFSDsc/)\r\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/DFSDsc?label=DFSDsc)](https://www.powershellgallery.com/packages/DFSDsc/)\r\n[![codecov](https://codecov.io/gh/dsccommunity/DFSDsc/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/DFSDsc)\r\n\r\n## Code of Conduct\r\n\r\nThis project has adopted [this code of conduct](CODE_OF_CONDUCT.md).\r\n\r\n## Releases\r\n\r\nFor each merge to the branch `main` a preview release will be\r\ndeployed to [PowerShell Gallery](https://www.powershellgallery.com/).\r\nPeriodically a release version tag will be pushed which will deploy a\r\nfull release to [PowerShell Gallery](https://www.powershellgallery.com/).\r\n\r\n## Contributing\r\n\r\nPlease check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).\r\n\r\n## Change log\r\n\r\nA full list of changes in each version can be found in the [change log](CHANGELOG.md).\r\n\r\n## Resources\r\n\r\nThe **DFSDsc** module contains DSC resources for configuring Distributed File\r\nSystem Replication and Namespaces.\r\n\r\nThe **DFSDsc** module contains the following resources:\r\n\r\n- **[DFSNamespaceFolder](https://github.com/PowerShell/DFSDsc/wiki/DFSNamespaceFolder)**:\r\n  Create, edit or remove folders from DFS namespaces.\r\n- **[DFSNamespaceRoot](https://github.com/PowerShell/DFSDsc/wiki/DFSNamespaceRoot)**:\r\n  Create, edit or remove standalone or domain based DFS namespaces.\r\n- **[DFSNamespaceServerConfiguration](https://github.com/PowerShell/DFSDsc/wiki/DFSNamespaceServerConfiguration)**:\r\n  Configure DFS Namespace server settings.\r\n- **[DFSReplicationGroup](https://github.com/PowerShell/DFSDsc/wiki/DFSReplicationGroup)**:\r\n  Create, edit or remove DFS Replication Groups.\r\n- **[DFSReplicationGroupConnection](https://github.com/PowerShell/DFSDsc/wiki/DFSReplicationGroupConnection)**:\r\n  Create, edit and remove DFS Replication Group connections.\r\n- **[DFSReplicationGroupFolder](https://github.com/PowerShell/DFSDsc/wiki/DFSReplicationGroupFolder)**:\r\n  Configure DFS Replication Group folders.\r\n- **[DFSReplicationGroupMember](https://github.com/PowerShell/DFSDsc/wiki/DFSReplicationGroupMember)**:\r\n  Configure Replication Group Folder Members.\r\n- **[DFSReplicationGroupMembership](https://github.com/PowerShell/DFSDsc/wiki/DFSReplicationGroupMembership)**:\r\n  Configure Replication Group Folder Membership.\r\n\r\n## Documentation and Examples\r\n\r\nFor a full list of resources in DFSDsc and examples on their use, check out\r\nthe [DFSDsc wiki](https://github.com/PowerShell/DFSDsc/wiki).\r\n\r\n## Requirements\r\n\r\n### Windows Management Framework 5.0\r\n\r\nRequired because the PSDSCRunAsCredential DSC Resource parameter is needed.\r\n\r\nBecause this resource is configuring information within Active Directory, the\r\n**PSDSCRunAsCredential** property must be used with a credential of a domain\r\nuser that can work with DFS information.\r\nThis means that this resource can only work on computers with Windows\r\nManagement Framework 5.0 or above.\r\n\r\n## Important Information\r\n\r\n### DFSR Module\r\n\r\nThis DSC Resource requires that the DFSN and DFSR PowerShell modules are installed onto\r\nany computer this resource will be used on. These modules are installed as part of\r\nRSAT tools or RSAT-DFS-Mgmt-Con Windows Feature in Windows Server.\r\nHowever, this will automatically convert a Server Core installation into one\r\ncontaining the management tools, which may not be ideal because it is no longer\r\nstrictly a Server Core installation.\r\nBecause this DSC Resource actually only configures information within the AD,\r\nit is only required that this resource is run on a computer that is registered\r\nin AD. It doesn't need to be run on one of the File Servers participating\r\nin the Distributed File System or Namespace.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fdfsdsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fdfsdsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fdfsdsc/lists"}