Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.32 KB

DfsNamespaces.adoc

File metadata and controls

62 lines (49 loc) · 1.32 KB

DSC Resource 'DfsNamespaces'

DfsNamespaces configures Distributed File System Replication and Namespaces.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'DfsNamespaces'
Parameter Attribute DataType Description Allowed Values

DomainFQDN

Mandatory

String

The fully qualified domain name (FQDN) of the domain.

NamespaceConfig

Hashtable[]

Example
DfsNamespaces:
  DomainFqdn: contoso.com
  NamespaceConfig:
    - Sharename: AdminShare
      Targets:
        - DscFile01
        - DscFile02
    - Sharename: Software
      Targets:
        - DscFile01
        - DscFile02