Remove-RubrikUser

SYNOPSIS

Removes a Rubrik user

SYNTAX

Remove-RubrikUser [-Id] <String> [[-Server] <String>] [[-api] <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

The Remove-RubrikUser cmdlet is used to remove a user from the Rubrik cluster.

EXAMPLES

EXAMPLE 1

Remove-RubrikUser -id "11111111-2222-3333-4444-555555555555"

This will remove the user matching id "11111111-2222-3333-4444-555555555555".

EXAMPLE 2

This will remove the user with the matching username of john.doe

PARAMETERS

-Id

ID of user to remove.

-Server

Rubrik server IP or FQDN

-api

API version

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

-Confirm

Prompts you for confirmation before running the cmdlet.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/remove-rubrikuser

Last updated

Was this helpful?