Adding a Read Only User to Hyper-V Cluster / Access is denied

LCCSMajor 21 Reputation points
2021-10-15T12:35:12.723+00:00

I am trying to add a user with "read only" permissions on a Hyper-V cluster. I'm logged into one of the cluster host servers and I ran the following Powershell command:

Grant-ClusterAccess -User contoso\johnj99 -ReadOnly

I can look at the properties of the cluster, Cluster Permissions tab, and see the permissions I granted there. However, when I log into the same server as that user and open Failover Cluster Manager, I get an error that the user cannot connect with the message "You do not have administrative privileges on the cluster." with Error Code: 0x80070005 Access is denied.

What am I missing here?

System Center Virtual Machine Manager
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,555 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
962 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 14,541 Reputation points
    2021-10-18T07:09:02.507+00:00

    Hi,

    After run the command above to grant the user read-only access, the read-only access user can connect to the cluster via PowerShell only. Attempting to connect with the Failover Cluster Manager will result in an error: Error Code: 0x80070005 Access is denied.

    For more information, please review this link below:

    https://techcommunity.microsoft.com/t5/failover-clustering/powershell-for-failover-clustering-read-only-cluster-access/ba-p/371493#:~:text=Granting%20Read%20only%20Access%20to%20Cluster%201%20Open,have%20%22Read%22%20access%20and%20make%20sure...%20See%20More.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. LCCSMajor 21 Reputation points
    2021-10-18T17:06:54.877+00:00

    Hello,

    So is there a way to grant read-only access to Failover Cluster Manager, or no?

    0 comments No comments

  2. XinGuo-MSFT 14,541 Reputation points
    2021-10-19T08:22:36.23+00:00

    Hi,

    I'm afraid there is no GUI method.

    0 comments No comments