FailoverClusterDsc icon indicating copy to clipboard operation
FailoverClusterDsc copied to clipboard

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.

Results 56 FailoverClusterDsc issues
Sort by recently updated
recently updated
newest added

If a cluster exists with a cluster name different to the name of the cluster computer object this resource will fail to correctly process the configuration. For example if the...

enhancement
help wanted

Did a [ProbePort] parameter ever make it into any clustering resource, for answering Azure iLB Health Probes? I cannot seem to find. TIA

enhancement
help wanted

**xCluster** hangs apparently indefinitely when we pass a comma separated string of static cluster addresses. This makes sense since the **New-Cluster** cmdlet admonishes you by throwing an exception when you...

bug
help wanted

Hi, I am planning on using DSC for MSSQL VM config in Azure, and am wondering if the new "Distributed Network Name" feature available in Windows Server 2019 is accessible...

enhancement
help wanted

From what I can see, this module would need a few tweaks in order to work properly in the context of creating failover clusters in Azure. For example, when creating...

enhancement
help wanted

Request support for multi-site clusters. I don’t think it’s possible to create a multi-site cluster with the existing resources. The IP Address property was implemented as a single string and...

enhancement
help wanted

Additions have been made to this module in a separate repo: [https://github.com/robwi/xFailoverCluster](https://github.com/robwi/xFailoverCluster) HELP WANTED If someone would like to review this work and incorporate changes back to the resource kit...

enhancement
help wanted

not sure why it is in the example, and don't see any need for it in any of the code.

enhancement
help wanted

Hello, I have discovered an odd issue than try to deploy failover cluster using the latest version. It shows me an error in the code: Cannot add type. The type...

bug
help wanted

Please document that `DomainAdministratorCredential` requires UPN format since you're using this [method](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-logonusera) to impersonate.

help wanted
documentation