Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
williamadba committed Aug 23, 2018
1 parent 6d41637 commit 613bee9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions failover cluster force quorum.ps1
@@ -0,0 +1,10 @@
#Forced failover

import-module failoverclusters
Stop-ClusterNode -Name "servername" #Intended server to failover to
Start-ClusterNode -Name "servername" -FixQuorum

(Get-ClusterNode -Name "servername").NodeWeight=1

$Nodes = Get-ClusterNode -Cluster "servername"
$Nodes

0 comments on commit 613bee9

Please sign in to comment.