NAME

Remove-DcsUser

SYNOPSIS

Removes a registered user from the configuration.

SYNTAX

Remove-DcsUser   -User <Object>   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Removes a registered user from the configuration. Once removed, the user will no longer have access to the DataCore Management Console or software.

PARAMETERS

-User<Object>
UserData object or user name that identifies the user to remove.

Required: true
Position: 1
Default value:
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection is used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

UserData : Object that identifies and describes the user.

OUTPUTS

NOTES

Also see Add-DcsUser, Get-DcsUser, Remove-DcsUserRole.

EXAMPLES


-------------- Example 1 Removes a user specified by name --------------
Remove-DcsUser -User "Larry Howard"
		

Remove the user named "Larry Howard" from the server group configuration.