# Add-RASHALBDevice

## NAME

Add-RASHALBDevice

## SYNOPSIS

Add a new HALB Device to the specific HALB Virtual Server instance.

## SYNTAX

**Add-RASHALBDevice** \[\[-[HALBId](#halbid-string)]\*\* *(uint)*] \[[DeviceIP](#deviceip-string)] *(string)* \[\[-[NoInstall](#noinstall-string)] *(SwitchParameter)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Add-RASHALBDevice** \[-[InputObject](#inputobject)] *(*[*HALBSettings*](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/halbsettings)*)* \[[DeviceIP](#deviceip-string)] *(string)* \[\[-[NoInstall](#noinstall-string)] *(SwitchParameter)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Add-RASHALBDevice** \[[HALBName](#halbname-string)]\*\* *(string)* \[\[-[SiteId](#siteid-string)] *(uint)*] \[[DeviceIP](#deviceip-string)] *(string)* \[\[-[NoInstall](#noinstall-string)] *(SwitchParameter)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Add a new HALB Device to the specific HALB Virtual Server instance.

## PARAMETERS

## HALBName (string)

```
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SiteId (uint)

```
        Required?                    false

        Position?                    1

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## HALBId (uint)

```
        Required?                    false

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## DeviceIP (string)

```
        Required?                    true

        Position?                    2

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## NoInstall (SwitchParameter)

```
        Required?                    false

        Position?                    3

        Default value                False

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## InputObject ([HALBSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/halbsettings))

An object of type HALBSettings.

The object is obtained using the Get-RASHALB cmdlet.

```
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       true (ByValue)

        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

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

## OUTPUTS

-none-

## EXAMPLES

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

Add-RASHALBDevice -HALBId 1 -DeviceIP "1.2.3.4"

Adds the HALB Device to a specific HALB Virtual Server instance by id.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Add-RASHALBDevice -HALBName "HALB-VS" -SiteId 1 -DeviceIP "1.2.3.4"

Adds the HALB Device to a specific HALB Virtual Server instance by name.

## RELATED LINKS

* [Remove-RASHALBDevice](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-rashalbdevice)
* [Get-RASHALBDevice](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rashalbdevice)
* [Set-RASHALBDevicePriority](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rashalbdevicepriority)
