xFailOverCluster
1.11.0.0
Module containing DSC resources used to configure Failover Clusters.
Minimum PowerShell version
4.0
See the version list below for details.
Installation Options
Owners
Copyright
(c) 2018 Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Microsoft Corporation
Tags
DesiredStateConfiguration DSC DSCResourceKit DSCResource
DSCResources
xCluster xClusterDisk xClusterNetwork xClusterPreferredOwner xClusterProperty xClusterQuorum xWaitForCluster
Dependencies
This module has no dependencies.
Release Notes
- Changes to xFailOverCluster
- Update appveyor.yml to use the default template.
- Added default template files .codecov.yml, .gitattributes, and .gitignore,
and .vscode folder.
- Added FailoverClusters2012.stubs.psm1 from Windows Server 2012 and
renamed existing test stub file to FailoverClusters2016.stubs.psm1.
- Modified Pester Describe blocks to include which version of the
FailoverClusters module is being tested.
- Modified Pester tests to run against 2012 and 2016 stubs in sequence.
- Changes to xCluster
- Fixed cluster creation on Windows Server 2012 by checking if the New-Cluster command
supports -Force before using it ([issue 188](https://github.com/PowerShell/xFailOverCluster/issues/188)).
- Changes to xClusterQuorum
- Changed some internal parameter names from the Windows Server 2016 version aliases
which are compatible with Windows Server 2012.
- Changes to xClusterNetwork
- Fixed Set-TargetResource for Windows Server 2012 by removing call to Update method
as it doesn"t exist on this version and updates automatically.
FileList
- xFailOverCluster.nuspec
- .codecov.yml
- .MetaTestOptIn.json
- CHANGELOG.md
- LICENSE
- README.md
- xFailOverCluster.psd1
- .git\config
- .git\description
- .git\HEAD
- .git\index
- .git\packed-refs
- .git\hooks\applypatch-msg.sample
- .git\hooks\commit-msg.sample
- .git\hooks\post-update.sample
- .git\hooks\pre-applypatch.sample
- .git\hooks\pre-commit.sample
- .git\hooks\pre-push.sample
- .git\hooks\pre-rebase.sample
- .git\hooks\pre-receive.sample
- .git\hooks\prepare-commit-msg.sample
- .git\hooks\update.sample
- .git\info\exclude
- .git\logs\HEAD
- .git\logs\refs\heads\dev
- .git\logs\refs\heads\master
- .git\logs\refs\remotes\origin\HEAD
- .git\objects\pack\pack-3e8d4a874fc3377321dfa0ae8f88210d8bc3cf66.idx
- .git\objects\pack\pack-3e8d4a874fc3377321dfa0ae8f88210d8bc3cf66.pack
- .git\refs\heads\dev
- .git\refs\heads\master
- .git\refs\remotes\origin\HEAD
- .github\CONTRIBUTING.md
- .github\PULL_REQUEST_TEMPLATE.md
- .github\stale.yml
- .github\ISSUE_TEMPLATE\General.md
- .github\ISSUE_TEMPLATE\Problem_with_resource.md
- .github\ISSUE_TEMPLATE\Resource_proposal.md
- .vscode\settings.json
- DSCResources\CommonResourceHelper.psm1
- DSCResources\MSFT_xCluster\MSFT_xCluster.psm1
- DSCResources\MSFT_xCluster\MSFT_xCluster.schema.mof
- DSCResources\MSFT_xCluster\en-US\MSFT_xCluster.strings.psd1
- DSCResources\MSFT_xClusterDisk\MSFT_xClusterDisk.psm1
- DSCResources\MSFT_xClusterDisk\MSFT_xClusterDisk.schema.mof
- DSCResources\MSFT_xClusterDisk\en-US\MSFT_xClusterDisk.strings.psd1
- DSCResources\MSFT_xClusterNetwork\MSFT_xClusterNetwork.psm1
- DSCResources\MSFT_xClusterNetwork\MSFT_xClusterNetwork.schema.mof
- DSCResources\MSFT_xClusterNetwork\en-US\MSFT_xClusterNetwork.strings.psd1
- DSCResources\MSFT_xClusterPreferredOwner\MSFT_xClusterPreferredOwner.psm1
- DSCResources\MSFT_xClusterPreferredOwner\MSFT_xClusterPreferredOwner.schema.mof
- DSCResources\MSFT_xClusterPreferredOwner\en-US\MSFT_xClusterPreferredOwner.strings.psd1
- DSCResources\MSFT_xClusterProperty\MSFT_xClusterProperty.psm1
- DSCResources\MSFT_xClusterProperty\MSFT_xClusterProperty.schema.mof
- DSCResources\MSFT_xClusterProperty\en-US\MSFT_xClusterProperty.strings.psd1
- DSCResources\MSFT_xClusterQuorum\MSFT_xClusterQuorum.psm1
- DSCResources\MSFT_xClusterQuorum\MSFT_xClusterQuorum.schema.mof
- DSCResources\MSFT_xClusterQuorum\en-US\MSFT_xClusterQuorum.strings.psd1
- DSCResources\MSFT_xWaitForCluster\MSFT_xWaitForCluster.psm1
- DSCResources\MSFT_xWaitForCluster\MSFT_xWaitForCluster.schema.mof
- DSCResources\MSFT_xWaitForCluster\en-US\MSFT_xWaitForCluster.strings.psd1
- Examples\Resources\xCluster\1-CreateFirstNodeOfAFailoverCluster.ps1
- Examples\Resources\xCluster\2-JoinAdditionalNodeToFailoverCluster.ps1
- Examples\Resources\xCluster\3-CreateFailoverClusterWithTwoNodes.ps1
- Examples\Resources\xCluster\4-CreateFailoverClusterAndIgnoreANetwork.ps1
- Examples\Resources\xCluster\4-CreateFirstNodeOfAFailoverClusterWithDHCP.ps1
- Examples\Resources\xCluster\5-JoinAdditionalNodeToFailoverClusterWithDHCP.ps1
- Examples\Resources\xClusterDisk\1-AddClusterDisk.ps1
- Examples\Resources\xClusterDisk\2-RemoveClusterDisk.ps1
- Examples\Resources\xClusterNetwork\1-ChangeClusterNetwork.ps1
- Examples\Resources\xClusterPreferredOwner\1-AddPreferredOwner.ps1
- Examples\Resources\xClusterPreferredOwner\2-RemovePreferredOwner.ps1
- Examples\Resources\xClusterProperty\1-SetClusterProperties.ps1
- Examples\Resources\xClusterQuorum\1-SetQuorumToNodeMajority.ps1
- Examples\Resources\xClusterQuorum\2-SetQuorumToNodeAndDiskMajority.ps1
- Examples\Resources\xClusterQuorum\3-SetQuorumToNodeAndFileShareMajority.ps1
- Examples\Resources\xClusterQuorum\4-SetQuorumToDiskOnly.ps1
- Examples\Resources\xClusterQuorum\5-SetQuorumToNodeAndCloudMajority.ps1
- Examples\Resources\xWaitForCluster\1-WaitForFailoverClusterToBePresent.ps1
- Tests\TestHelpers\CommonTestHelper.psm1
- Tests\Unit\CommonResourceHelper.Tests.ps1
- Tests\Unit\MSFT_xCluster.Tests.ps1
- Tests\Unit\MSFT_xClusterDisk.Tests.ps1
- Tests\Unit\MSFT_xClusterNetwork.Tests.ps1
- Tests\Unit\MSFT_xClusterPreferredOwner.Tests.ps1
- Tests\Unit\MSFT_xClusterProperty.Tests.ps1
- Tests\Unit\MSFT_xClusterQuorum.Tests.ps1
- Tests\Unit\MSFT_xWaitForCluster.Tests.ps1
- Tests\Unit\Stubs\FailoverClusters2012.stubs.psm1
- Tests\Unit\Stubs\FailoverClusters2016.stubs.psm1
- Tests\Unit\Stubs\Write-ModuleStubFile.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.16.1 | 88,037 | 5/24/2022 |
1.16.0 | 2,404,380 | 3/17/2021 |
1.16.0-previ... | 16 | 3/17/2021 |
1.15.0 | 7,086 | 2/19/2021 |
1.15.0-previ... | 16 | 2/19/2021 |
1.15.0-previ... | 26 | 12/29/2020 |
1.15.0-previ... | 109 | 2/6/2020 |
1.15.0-previ... | 25 | 2/1/2020 |
1.14.2-previ... | 26 | 1/13/2020 |
1.14.2-previ... | 16 | 1/13/2020 |
1.14.2-previ... | 19 | 1/6/2020 |
1.14.2-previ... | 19 | 1/3/2020 |
1.14.2-previ... | 17 | 12/18/2019 |
1.14.2-previ... | 15 | 12/18/2019 |
1.14.1 | 111,804 | 12/18/2019 |
1.14.1-previ... | 16 | 12/18/2019 |
1.14.1-previ... | 15 | 12/18/2019 |
1.14.0 | 269 | 12/17/2019 |
1.14.0-previ... | 15 | 12/17/2019 |
1.13.0.0 | 25,529 | 9/19/2019 |
1.12.0.0 | 50,157 | 1/10/2019 |
1.11.0.0 (current version) | 1,657 | 10/25/2018 |
1.10.0.0 | 21,171 | 3/22/2018 |
1.9.0.0 | 7,998 | 2/8/2018 |
1.8.0.0 | 6,045 | 8/23/2017 |
1.7.0.0 | 950 | 7/12/2017 |
1.6.0.0 | 15,217 | 12/14/2016 |
1.5.0.0 | 1,940 | 8/10/2016 |
1.4.0.0 | 360 | 6/29/2016 |
1.3.0.0 | 352 | 5/18/2016 |
1.2.0.0 | 327 | 3/31/2016 |
1.1.1 | 1,121 | 5/13/2014 |
1.1 | 127 | 4/8/2014 |