Get-RASHALB
NAME
Get-RASHALB
SYNOPSIS
Retrieves the HALB Virtual server settings.
SYNTAX
Get-RASHALB [[-Id] <uint>] [<CommonParameters>]
Get-RASHALB [[-Name] <string>] [[-SiteId] <uint>] [<CommonParameters>]
DESCRIPTION
Retrieves the HALB Virtual server settings.
PARAMETERS
-Name <string> The name of the HALB Virtual Server.
Required? false
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SiteId <uint> The site ID from where the HALB Virtual Server settings will be retrieved.
Required? false
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Id <uint> The ID of the HALB Virtual Server.
Required? false
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- 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.
RELATED LINKS
Last updated