Get-RubrikUserRole

SYNOPSIS

Gets information around a users role

SYNTAX

Get-RubrikUserRole [-Id] <String[]> [[-Server] <String>] [[-api] <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

The Get-RubrikUserRole cmdlet is used retrieve information and authorizations around a users role within the Rubrik cluster.

EXAMPLES

EXAMPLE 1

Get-RubrikUserRole -id 'User:::1111-2222-3333'

Retrieves the role information for the user account with the specified id.

EXAMPLE 2

Retrieves the role information for the user with a username of 'jdoe'

PARAMETERS

-Id

User ID

-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/get-rubrikuserrole

Last updated

Was this helpful?