SQLDBAWithABeard / Functions

Contains useful functions that I use
MIT License
43 stars 22 forks source link

Failover Cluster mudule name on Server 2016 #4

Open WCBurgh opened 5 years ago

WCBurgh commented 5 years ago

Thanks for sharing your scripts. Did pick up something funny where the check for the FailoverCluster module. Line

On a Windows Server 2016, once the "Install-WindowsFeature -Name Failover-Clustering -IncludeManagementTools" is executed. The module is named FailoverClusters not FailoverCluster

matt2005 commented 4 years ago

Duplicate of #3 and #5