DFSDsc
DFSDsc copied to clipboard
DSC Resource for configuring Windows Distributed File System (Replication and Namespaces)
#### Details of the scenario you tried and the problem that is occurring I need to be able to configure the users in the `Delegation` tab. I think this is...
It would be very nice if the Resource supported using FQDNs as servernames in DFSN Root Targets :-)
`Set-TargetResource` populates `$ExisitingMembers` via FQDN (`$ExistingMembers = (Get-DfsrMember @Splat -ErrorAction Stop).DnsName`), which causes an error when `$DomainName` parameter is not populated and $Members parameter is not populated via FQDN. ```...
#### Details of the scenario you tried and the problem that is occurring We deploy in our configuration a hole Domain with 2 DCs. The DFSNamespaceRoot on the Primary DC...