# Get-RASHALB

## NAME

Get-RASHALB

## SYNOPSIS

Retrieves the HALB Virtual server settings.

## SYNTAX

**Get-RASHALB** \[\[-[Id](#id-string)] *(uint)*]\*\* \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Get-RASHALB** \[\[-[Name](#name-string)] *(string)*]\*\* \[\[-[SiteId](#siteid-string)] *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves the HALB Virtual server settings.

## PARAMETERS

## Name (string)

The name of the HALB Virtual Server.

```
        Required?                    false

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SiteId (uint)

The site ID from where the HALB Virtual Server settings will be retrieved.

```
        Required?                    false

        Position?                    1

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

The ID of the HALB Virtual Server.

```
        Required?                    false

        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

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

## EXAMPLES

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

Get-RASHALB -Name "HALB-VS" -SiteId 1

Retrieves the HALB Virtual Server by name from Site with id 1.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Get-RASHALB -Id 1

Retrieves the HALB Virtual Server by id.

## RELATED LINKS

* [Set-RASHALB](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rashalb)
* [Remove-RASHALB](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-rashalb)
* [New-RASHALB](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-rashalb)
* [Get-RASHALBStatus](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rashalbstatus)
