> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-rasadminaccount.md).

# New-RASAdminAccount

## NAME

New-RASAdminAccount

## SYNOPSIS

Adds a Parallels RAS administrator account to the farm.

## SYNTAX

**New-RASAdminAccount** \[[Name](#name-string)]\*\* *(string)* \[[Email](#email-string) *(string)*] \[[Enabled](#enabled-string) *(bool)*] \[[Mobile](#mobile-string) *(string)*] \[-[Notify](#Notify) {None | Email}] \[-[Permissions](#Permissions) {PowerAdmin | RootAdmin | CustomAdmin}] \[*(*[*CommonParameters*](#CommonParameters)*)*]

**New-RASAdminAccount** \[[SID](#sid-string)]\*\* *(string)* \[[Email](#email-string) *(string)*] \[[Enabled](#enabled-string) *(bool)*] \[[Mobile](#mobile-string) *(string)*] \[-[Notify](#Notify) {None | Email}] \[-[Permissions](#Permissions) {PowerAdmin | RootAdmin | CustomAdmin}] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Adds a RAS administrator account to the farm.

## PARAMETERS

## Name (string)

The name of a user or group to add to the farm as an administrator.

```
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SID (string)

The SID of a user or group to add to the farm as an administrator.

```
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Email (string)

The user email address.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Mobile (string)

The user mobile phone number.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Enabled (bool)

Enables or disables this administrator in the farm.

```
        Required?                    false

        Position?                    named

        Default value                True

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Notify ([AdminNotify](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/adminnotify.md))

Set the "Receive system notifications via" option. Possible values are: "None", "Email".

Possible values: None, Email

```
        Required?                    false

        Position?                    named

        Default value                Email

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Permissions ([PermissionType](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/permissiontype.md))

Specifies the type of permission to use.

Possible values: PowerAdmin, RootAdmin, CustomAdmin

```
        Required?                    false

        Position?                    named

        Default value                

        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

[AdminAccount](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/adminaccount.md)

## EXAMPLES

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

New-RASAdminAccount "Jane"

Adds user Jane to the farm as an administrator.

Since no additional options are specified, the default settings and permissions will be used.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

New-RASAdminAccount -Name "Jane" -AdminNotification None -FullPermissions $false

Adds user Jane to the farm as an administrator.

Modifies the "Receive system notification" option to "None".

Disables the "Full Permissions" option, which means that permissions can be set individually (all are enabled by default).

## RELATED LINKS

* [Get-RASAdminAccount](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasadminaccount.md)
* [Set-RASAdminAccount](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasadminaccount.md)
* [Remove-RASAdminAccount](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-rasadminaccount.md)
* [Get-RASCustomPermission](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rascustompermission.md)
* [Set-RASCustomPermission](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rascustompermission.md)
* [Get-RASPowerPermission](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-raspowerpermission.md)
* [Set-RASPowerPermission](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-raspowerpermission.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-rasadminaccount.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
