PowerShell Logo Small

Remove-ClusterAccess



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

Removes a user from the access list on the cluster.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Remove-ClusterAccess cmdlet removes a user from the access list on the cluster. After this cmdlet is run, the user might still have access to the cluster if the user
account is part of another user group which is on the cluster access list.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1

PS C:\>Remove-ClusterAccess –User contoso\johnj99



This example removes the user johnj99 in the contoso domain from the access list of the local cluster. After this cmdlet runs, the user might still have access to the
cluster if the user is part of another user group granted access to the cluster.