Get-RASHALB

NAME

Get-RASHALB

SYNOPSIS

Retrieves the HALB Virtual server settings.

SYNTAX

Get-RASHALB [[-Id] (uint)]** [(CommonParameters)]

Get-RASHALB [[-Name] (string)]** [[-SiteId] (uint)] [(CommonParameters)]

DESCRIPTION

Retrieves the HALB Virtual server settings.

PARAMETERS

Name (string)

The name of the HALB Virtual Server.

SiteId (uint)

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

Id (uint)

The ID of the HALB Virtual Server.

(CommonParameters)

INPUTS

-none-

OUTPUTS

HALBSettings

EXAMPLES

---------- EXAMPLE 1 ----------

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

Retrieves the HALB Virtual Server by name from Site with id 1. ---------- EXAMPLE 2 ----------

Get-RASHALB -Id 1

Retrieves the HALB Virtual Server by id.

Last updated