< Back

Get-DynDnsNodeList

Sat Jan 18, 2020 8:14 pm

NAME Get-DynDnsNodeList



SYNOPSIS

The Get-DynDnsNodeList command retrieves a list of all node names at or below the given zone node.





SYNTAX

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





DESCRIPTION

The Get-DynDnsNodeList command retrieves a list of all node names at or below the given zone node.





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 query for nodes.



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

System.Object[]







NOTES









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



PS C:\\> Get-DynDnsNodeList -Zone anovelidea.org

anovelidea.org

newtest.anovelidea.org

redirect.anovelidea.org

www3.anovelidea.org



List all of the nodes for the zone anovelidea.org.



RELATED LINKS

Online Version: https://powershell.anovelidea.org/modul ... eList.html

Remove-DynDnsNode https://powershell.anovelidea.org/modul ... sNode.html

Get Node List (API) https://help.dyn.com/get-node-list-api/