Remove-RASHALB

NAME

Remove-RASHALB

SYNOPSIS

Removes a specific HALB Virtual Server and un-initializes any devices used by it.

SYNTAX

Remove-RASHALB [[- Id ] <uint> ] [- NoUnInstall <SwitchParameter> ] [ < CommonParameters > ]

Remove-RASHALB [- InputObject ] < HALBSettings > [- NoUnInstall <SwitchParameter> ] [ < CommonParameters > ]

Remove-RASHALB [[- Name ] <string> ] [[- SiteId ] <uint> ] [- NoUnInstall <SwitchParameter> ] [ < CommonParameters > ]

DESCRIPTION

Removes a specific HALB Virtual Server and un-initializes any devices used by it.

PARAMETERS


- Id <uint>
The HALB Virtual Server ID.

        Required?                    false
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Name <string>
The HALB Virtual Server name.

        Required?                    false
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- SiteId <uint>
The site ID from where to retrieve the HALB Virtual Server.

        Required?                    false
        Position?                    1
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

- NoUnInstall <SwitchParameter>
If the switch is set, HALB Devices will not be un-initialized.

        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false

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

OUTPUTS

-none-

EXAMPLES


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

Remove-RASHALB -Id 1

Remove the HALB Virtual Server by Id and un-initialize devices used by it.
---------- EXAMPLE 2 ----------

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

Remove the HALB Virtual Server by name from Site with id 1 and un-initialize devices used by it.

RELATED LINKS