After configuring your environment and VM's you will need to add them to the failover cluster. In order to add the VM's to the cluster follow these steps:
- In the Server where the VM is running, open a PowerShell window with administrator rights.
-
Execute the following command to add the VM's to the cluster
Get-VM | Add-ClusterVirtualMachineRole
- Now your VM will be protected by the Failover Cluster.
1 thought on “Create Highly Available Virtual Machine”