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

I am trying to create the first node of a two node WFOC cluster, the configuration is; xCluster CreateCluster { Name = "server01" StaticIPAddress = "10.12.4.15/24" DomainAdministratorCredential = $AdminCreds DependsOn...

enhancement
help wanted

#### Details of the scenario you tried and the problem that is occurring This is the expected way of doing things which usually works: * xCluster on first node *...

enhancement
help wanted

#### Details of the scenario you tried and the problem that is occurring I created a cluster with a custom path for the CNO. Example: Name = CN=mycluster,OU=ClusterOU,OU=Main,DC=example,DC=com This actually...

enhancement
help wanted

#### Details of the scenario you tried and the problem that is occurring Preparing 2 target nodes for installation of SQL server with AlwaysOn HA Code executed: ```powershell xClusterQuorum TemoinCluster    ...

bug
help wanted

Running xClusterQuorum with NodeAndCloudMajority type fail if Cloud Witness already exists on the Cluster Group. Validation/Test is required in the function. Code used : ` xClusterQuorum SetQuorumToNodeAndCloudMajority { IsSingleInstance =...

bug
help wanted

# Problem https://github.com/PowerShell/xFailOverCluster/blob/c5702cac81a46a844c7d903c56be7ae8a90ad9f0/DSCResources/MSFT_xClusterDisk/MSFT_xClusterDisk.psm1#L90 Because this is using availabledisk and then just adding them, it's assuming the cluster can use the disk in the next procedure. The disk does not exist...

bug
help wanted

Hi, I tried to manually create Cluster via GUI in my server and it went smoothly. I am using the same credentials (username&password) as input for the mandatory `DomainAdministratorCredential` but...

help wanted
good first issue
documentation

The other tests are using a pattern to use different stub modules. This unit test does not.

help wanted
good first issue
tests

#### Details of the scenario you tried and the problem that is occurring This resource should be able to add or remove a failover cluster. Currently it only supports changing...

enhancement
help wanted

#### I want to create the AD Cluster object in a specific OU #### Verbose logs showing the problem ``` PSComputerName : SRV70031 RunspaceId : 83a68bc5-290c-46d9-8521-4b55093d7bb9 ConfigurationName : QSClusterDsc DependsOn...

bug
help wanted