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.
Required? true Position? 0 Default value 0 Accept pipeline input? false Accept wildcard characters? false<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters .
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ---------- Get-RASCustomPermission -AdminId 100 Retrieves the permissions of a custom administrator specified by ID.
Last updated