I created new Windows 2012 R2 Servers (non-core) and configured a functional failover cluster.
I then removed the GUI using the Powershell command:
Remove-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
After testing applications, it was determined that the applications would not run properly without the server GUI shell. I added it back using the following PowerShell command:
Add-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
I notice that after this, when I go into Server Manager, Failover Cluster Manager is no longer available.
How do I restore it?