Remove-RubrikUser
SYNOPSIS
Removes a Rubrik user
SYNTAX
DESCRIPTION
The Remove-RubrikUser cmdlet is used to remove a user from the Rubrik cluster.
EXAMPLES
EXAMPLE 1
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
RELATED LINKS
Last updated