# Add-RASProviderAdminCredentials.md

## NAME

Add-RASProviderAdminCredentials

## SYNOPSIS

Adds Admin Credential property to the list.

## SYNTAX

\*\*Add-RASProviderAdminCredentials \[[Id](#id-string)] *(uint)* \[[Enabled](#enabled-string) *(bool)*] \[[Password](#password-string) *(string)*] \[[Username](#username-string) *(string)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

\*\*Add-RASProviderAdminCredentials \[[Name](#name-string)] *(string)* \[\[-[SiteId](#siteid-string)] *(uint)*] \[[Enabled](#enabled-string) *(bool)*] \[[Password](#password-string) *(string)*] \[[Username](#username-string) *(string)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Adds Admin Credential to the following list.

## PARAMETERS

## Name (string)

The name of the Provider.

```
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SiteId (uint)

Site ID in which to modify the specified Provider server.

If the parameter is omitted, the site ID of the Licensing Server will be used.

```
        Required?                    false

        Position?                    1

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

The ID of the Provider server to modify. To obtain the ID, use the Get-RASProvider cmdlet.

```
        Required?                    true

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Enabled (bool)

Whether credentials are enabled or not

```
        Required?                    false

        Position?                    named

        Default value                False

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Username (string)

Username

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Password (string)

Password

```
        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

-none-

## EXAMPLES

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

Add-RASProviderAdminCredential -Id 1 -Enabled $true -Username "Administrator"

Adds the Admin Credentials to the property list

## RELATED LINKS

* [Get-RASProviderAdminCredentials](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rasprovideradmincredentials)
* [Set-RASProviderAdminCredentials](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/set-rasprovideradmincredentials)
* [Remove-RASProviderAdminCredentials](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/remove-rasprovideradmincredentials)
