Get-RASPowerPermission

NAME

Get-RASPowerPermission

SYNOPSIS

Retrieves information about a Parallels RAS Power administrator account.

SYNTAX

Get-RASPowerPermission [-AdminId] <uint> [<CommonParameters>]

DESCRIPTION

Retrieves information about one Parallels RAS Power administrator account. The cmdlet returns an array of objects of type RASPowerPermission.

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>

INPUTS

-none-

OUTPUTS

RASPowerPermission

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASPowerPermission -AdminId 100 Retrieves the permissions of one Parallels RAS Power administrator account.

Last updated