Get-RASHALB
Retrieves the HALB Virtual server settings.
Get-RASHALB [[-Id] <uint>] [<CommonParameters>]
Get-RASHALB [[-Name] <string>] [[-SiteId] <uint>] [<CommonParameters>]
Retrieves the HALB Virtual server settings.
-Name <string> The name of the HALB Virtual Server.
-SiteId <uint> The site ID from where the HALB Virtual Server settings will be retrieved.
-Id <uint> The ID of the HALB Virtual Server.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Get-RASHALB -Name "HALB-VS" -SiteId 1
Retrieves the HALB Virtual Server by name from Site with id 1. ---------- EXAMPLE 2 ----------
Get-RASHALB -Id 1
Retrieves the HALB Virtual Server by id.