Hi
I am trying to configure two node cluster i have AD , Node-1, Node-2 , installed All features and Subfeatures of Failover cluster.
i am trying to configure using below PS using remote session , also same with in the server Node-1 and Node-2.
I am using domain admin account also part of Local admin group , and on AD OU have create computer object and read all properties permission.
New-Cluster -Name <CluName> -Node “Node-1“ , “Node-2” -StaticAddress <IP> -AdministrativeAccessPoint ActiveDirectoryAndDns
i get this error, same error if i try to create from Node-2
New-Cluster : There was an error adding node 'Node-2' to the cluster
You do not have administrative privileges on the server 'Node-2'.
Attempted to perform an unauthorized operation.
+ CategoryInfo : PermissionDenied: (:) [New-Cluster], ClusterCmdletException
+ FullyQualifiedErrorId : UnauthorizedAccess,Microsoft.FailoverClusters.PowerShell.NewClusterCommand