For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RASCustomPermission

NAME

Get-RASCustomPermission

SYNOPSIS

Retrieves the permissions of a RAS custom admin account.

SYNTAX

Get-RASCustomPermission [AdminId] (uint) [(CommonParameters)] **

DESCRIPTION

Retrieves the permissions of a RAS custom admin account.

PARAMETERS

AdminId (uint)

Admin ID to retrieve the specified RAS Custom Administrator Account.

(CommonParameters)

INPUTS

-none-

OUTPUTS

CustomPermission

---------- EXAMPLE 1 ----------

Get-RASCustomPermission -AdminId 100

Retrieves the permissions of a custom administrator specified by ID.

Last updated