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
EXAMPLES
---------- EXAMPLE 1 ----------
Get-RASCustomPermission -AdminId 100
Retrieves the permissions of a custom administrator specified by ID.
RELATED LINKS
Last updated