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

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.

(CommonParameters)

INPUTS

-none-

OUTPUTS

RASPowerPermission

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

Get-RASPowerPermission -AdminId 100

Retrieves the permissions of one Parallels RAS Power administrator account.

Last updated