Remove-RASHALB
Last updated
Last updated
Remove-RASHALB
Removes a specific HALB Virtual Server and un-initializes any devices used by it.
Remove-RASHALB [[-] (uint)]** [ (SwitchParameter)] [()]
Remove-RASHALB [-]** () [ (SwitchParameter)] [()]
Remove-RASHALB [[-]** (string)] [[-] (uint)] [ (SwitchParameter)] [()]
Removes a specific HALB Virtual Server and un-initializes any devices used by it.
The HALB Virtual Server ID.
The HALB Virtual Server name.
The site ID from where to retrieve the HALB Virtual Server.
If the switch is set, HALB Devices will not be un-initialized.
An object of type HALBSettings.
The object is obtained using the Get-RASHALB cmdlet.
(CommonParameters)
-none-
**---------- 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.