PowerShell Logo Small

Grant-ClusterAccess



This is the built-in help made by Microsoft for the command 'Grant-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

Grants access to a failover cluster, either full access or read-only access.

SYNTAX


Grant-ClusterAccess [-User] <StringCollection> [-Cluster <String>] [-Full] [-InputObject <PSObject>] [-ReadOnly] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Grant-ClusterAccess cmdlet grants access to a failover cluster, either full access or read-only access. To provide someone with read-only access to the cluster, use the
ReadOnly parameter.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1

PS C:\>Grant-ClusterAccess –User contoso\johnj99 -Full



This example grants full access to the local cluster to johnj99 in the contoso domain.




Example 2

PS C:\>Grant-ClusterAccess –User contoso\johnj99 -ReadOnly



This example grants read-only access to the local cluster to johnj99 in the contoso domain.