Add-RASHALBDevice
Last updated
Last updated
Add-RASHALBDevice
Add a new HALB Device to the specific HALB Virtual Server instance.
Add-RASHALBDevice [[-] <uint>] [-] <string> [[-] <SwitchParameter>] [<>] Add-RASHALBDevice [-] <> [-] <string> [[-] <SwitchParameter>] [<>] Add-RASHALBDevice [-] <string> [[-] <uint>] [-] <string> [[-] <SwitchParameter>] [<>]
Add a new HALB Device to the specific HALB Virtual Server instance.
-HALBName <string>
-SiteId <uint>
-HALBId <uint>
-DeviceIP <string>
-NoInstall <SwitchParameter>
<CommonParameters>
-none-
---------- 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.
-InputObject <> An object of type HALBSettings. The object is obtained using the Get-RASHALB cmdlet.