Test-DynDnsSession

SYNOPSIS

The Test-DynDnsSession command verifies that a session is still active with the Dyn Managed DNS REST API.

SYNTAX

Test-DynDnsSession [<CommonParameters>]

DESCRIPTION

The Test-DynDnsSession command verifies that a session is still active with the Dyn Managed DNS REST API.

If there is no authentication token session variable, this will return False.

EXAMPLES

Example

PS C:\>  Test-DynDnsSession
True

Verify if there is an active, valid session.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

System.Boolean

NOTES

Connect-DynDnsSession

Disconnect-DynDnsSession

Send-DynDnsSession

Get-DynDnsSession

Session Active (API)