FailoverClusterDsc
FailoverClusterDsc copied to clipboard
This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
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...
Did a [ProbePort] parameter ever make it into any clustering resource, for answering Azure iLB Health Probes? I cannot seem to find. TIA
**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...
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...
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...
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...
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...
not sure why it is in the example, and don't see any need for it in any of the code.
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...
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.