Get-DomeneshopForward¶
SYNOPSIS¶
Gets HTTP forwards for a Domeneshop domain.
SYNTAX¶
List (Default)¶
Get-DomeneshopForward -DomainID <int> [-Context <string>]
Get by host¶
Get-DomeneshopForward -DomainID <int> -ForwardHost <string> [-Context <string>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Lists forwards for a domain, or gets one forward by host.
EXAMPLES¶
EXAMPLE 1¶
Get-DomeneshopForward -DomainID 42
List every HTTP forward for domain 42.
EXAMPLE 2¶
Get-DomeneshopForward -DomainID 42 -ForwardHost 'www'
Get the www forward for domain 42.
PARAMETERS¶
-Context¶
The stored credential context to use instead of the default.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-DomainID¶
The numeric identifier of the domain that owns the forwards.
Type: System.Int32
DefaultValue: 0
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ForwardHost¶
The hostname of a specific HTTP forward.
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases:
- Host
ParameterSets:
- Name: Get by host
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
None¶
You can't pipe objects to Get-DomeneshopForward.
{{ Fill in the Description }}
OUTPUTS¶
System.Object¶
The matching Domeneshop HTTP forwards.
{{ Fill in the Description }}
System.Object¶
{{ Fill in the Description }}
NOTES¶
Uses the default context when Context is omitted.