Remove-RASHALB
Last updated
Last updated
Feedback
Leave a feedback© 2024 Parallels International GmbH. All rights reserved.
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.
-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.
<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.
-InputObject <> An object of type HALBSettings. The object is obtained using the Get-RASHALB cmdlet.