PowerShell Logo Small

Get-ClusterAccess



This is the built-in help made by Microsoft for the command 'Get-ClusterAccess', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets information about permissions that control access to a failover cluster.

SYNTAX


Get-ClusterAccess [[-User] <StringCollection>] [-Cluster <String>] [-InputObject <PSObject>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-ClusterAccess cmdlet gets information about permissions that control access to a failover cluster.


A cluster can allow full access or read-only access. Read-only access limits the user to Windows PowerShell® cmdlets that provide information about the cluster.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321026
Block-ClusterAccess
Grant-ClusterAccess
Remove-ClusterAccess

REMARKS

<

Examples


Example 1

PS C:\>Get-ClusterAccess
IdentityReference AccessControlType ClusterRights
----------------- ----------------- -------------
CONTOSO\user1 Deny Full
NT AUTHORITY\SYSTEM Allow Full
NT AUTHORITY\NETWORK SE... Allow Full
BUILTIN\Administrators Allow Full
CONTOSO\user2 Allow Read
NT SERVICE\MSDTC Allow Full



This example lists the level of permissions that have been assigned to users of this cluster, including users who are blocked from access.