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 retrive 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 documentation. 

INPUTS

-none-

OUTPUTS

RASPowerPermission

EXAMPLES


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

Get-RASPowerPermission -AdminId 100

Retrieves the permissions of one Parallels RAS Power administrator account.

RELATED LINKS