Add-RASHALBDevice

NAME

Add-RASHALBDevice

SYNOPSIS

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

SYNTAX

Add-RASHALBDevice [[-HALBIdarrow-up-right] <uint>] [-DeviceIParrow-up-right] <string> [[-NoInstallarrow-up-right] <SwitchParameter>] [<CommonParametersarrow-up-right>] Add-RASHALBDevice [-InputObjectarrow-up-right] <HALBSettingsarrow-up-right> [-DeviceIParrow-up-right] <string> [[-NoInstallarrow-up-right] <SwitchParameter>] [<CommonParametersarrow-up-right>] Add-RASHALBDevice [-HALBNamearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] [-DeviceIParrow-up-right] <string> [[-NoInstallarrow-up-right] <SwitchParameter>] [<CommonParametersarrow-up-right>]

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>

-HALBId <uint>

-DeviceIP <string>

-NoInstall <SwitchParameter>

-InputObject <HALBSettingsarrow-up-right> An object of type HALBSettings. The object is obtained using the Get-RASHALB cmdlet.

<CommonParameters>

INPUTS

HALBSettingsarrow-up-right

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

Last updated