# Get-RASCustomPermission.md

## NAME

Get-RASCustomPermission

## SYNOPSIS

Retrieves the permissions of a RAS custom admin account.

## SYNTAX

\*\*Get-RASCustomPermission \[[AdminId](#adminid-string)] *(uint)* \[*(*[*CommonParameters*](#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 documentation. 
```

## INPUTS

-none-

## OUTPUTS

[CustomPermission](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/custompermission)

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Get-RASCustomPermission -AdminId 100

Retrieves the permissions of a custom administrator specified by ID.

## RELATED LINKS

* [Set-RASCustomPermission](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/set-rascustompermission)
* [Get-RASAdminAccount](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rasadminaccount)
* [New-RASAdminAccount](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/new-rasadminaccount)
* [Set-RASAdminAccount](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/set-rasadminaccount)
* [Remove-RASAdminAccount](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/remove-rasadminaccount)
