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.
Name (string)
The HALB Virtual Server name.
SiteId (uint)
The site ID from where to retrieve the HALB Virtual Server.
NoUnInstall (SwitchParameter)
If the switch is set, HALB Devices will not be un-initialized.
InputObject (HALBSettings)
An object of type HALBSettings.
The object is obtained using the Get-RASHALB cmdlet.
(CommonParameters)
INPUTS
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
Last updated