Skip to content

dsccommunity/DFSDsc

Repository files navigation

DFSDsc

Build Status Code Coverage Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery codecov

Code of Conduct

This project has adopted this code of conduct.

Releases

For each merge to the branch main a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

Resources

The DFSDsc module contains DSC resources for configuring Distributed File System Replication and Namespaces.

The DFSDsc module contains the following resources:

Documentation and Examples

For a full list of resources in DFSDsc and examples on their use, check out the DFSDsc wiki.

Requirements

Windows Management Framework 5.0

Required because the PSDSCRunAsCredential DSC Resource parameter is needed.

Because this resource is configuring information within Active Directory, the PSDSCRunAsCredential property must be used with a credential of a domain user that can work with DFS information. This means that this resource can only work on computers with Windows Management Framework 5.0 or above.

Important Information

DFSR Module

This DSC Resource requires that the DFSN and DFSR PowerShell modules are installed onto any computer this resource will be used on. These modules are installed as part of RSAT tools or RSAT-DFS-Mgmt-Con Windows Feature in Windows Server. However, this will automatically convert a Server Core installation into one containing the management tools, which may not be ideal because it is no longer strictly a Server Core installation. Because this DSC Resource actually only configures information within the AD, it is only required that this resource is run on a computer that is registered in AD. It doesn't need to be run on one of the File Servers participating in the Distributed File System or Namespace.

About

DSC Resource for configuring Windows Distributed File System (Replication and Namespaces)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published