Hello
Thank you for your question and reaching out.
To ensure that the required ports are open for communication between the two servers in the cluster, check the firewall settings on both servers.
Examine the rights the user account you are using to access the Failover Cluster Manager MMC has to access the cluster. To check if that fixes the problem, you can try adding the user account to the local Administrators group on both servers.
Verify that the Windows Remote Management (WinRM) service is operational and set up properly on both servers. To configure WinRM, use the PowerShell command "winrm quickconfig".
Check that the same DNS server is being used by both servers and that they are both members of the same domain.
To ensure that the Cluster service is operating and setup properly, check the parameters on both servers. To verify the status of the Cluster service, use the PowerShell command "Get-Service -Name ClusSvc".
--If the reply is helpful, please Upvote and Accept as answer--