< Back

Get-DynDnsHttpRedirect

Sat Jan 18, 2020 8:14 pm

NAME Get-DynDnsHttpRedirect



SYNOPSIS

Retrieves one or all HTTP Redirect services on the zone/node indicated.





SYNTAX

Get-DynDnsHttpRedirect [-Zone] <String> [[-Node] <String>] [<CommonParameters>]





DESCRIPTION

Retrieves one or all HTTP Redirect services on the zone/node indicated.





PARAMETERS

-Node <String>

A node in the specified zone. If the node does not end with the domain of the zone, it will be appended.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Zone <String>

The zone in which to create the HTTP redirect service.



Required? true

Position? 0

Default value None

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

DynDnsHttpRedirect







NOTES









--------------------------- Example ---------------------------



PS C:\\> Get-DynDnsHttpRedirect -Zone anovelidea.org -Node redirect





Zone : anovelidea.org

Name : redirect.anovelidea.org

Url : https://www.anovelidea.org

ResponseCode : 301

IncludeUri : True



Retrieve HTTP redirect service for node redirect.anovelidea.org.



RELATED LINKS

Get-DynDnsHttpRedirect https://powershell.anovelidea.org/modul ... irect.html

Add-DynDnsHttpRedirect https://powershell.anovelidea.org/modul ... irect.html

Create HTTP Redirect (API) https://help.dyn.com/create-http-redirect-api/