< Back

Get-DynDnsSession

Sat Jan 18, 2020 8:15 pm

NAME Get-DynDnsSession



SYNOPSIS

The command Get-DynDnsSession retrieves information about the current session.





SYNTAX

Get-DynDnsSession [<CommonParameters>]





DESCRIPTION

The command Get-DynDnsSession retrieves information about the current session.



The output includes the start time (set when connected using Connect-DynDnsSession) and refresh time (set when

refreshed when using Send-DynDnsSession). The ElapsedTime property has a running [System.Diagnostics.Stopwatch]

instance.





PARAMETERS

<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 1 --------------------------



PS C:\\> Get-DynDnsSession





ClientUrl : https://api.dynect.net

User : dcarroll

Customer : thedavecarroll

ApiVersion : 3.7.11

AuthToken : ******************************************************************=

StartTime : 11/10/2018 10:33:51 PM

ElapsedTime : @{IsRunning=True; Elapsed=; ElapsedMilliseconds=3278473; ElapsedTicks=6377654595}

RefreshTime : 11/10/2018 11:28:29 PM



Retrieve information regarding the current session with the Dyn Managed DNS API.



RELATED LINKS

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

Connect-DynDnsSession https://powershell.anovelidea.org/modul ... ssion.html

Disconnect-DynDnsSession https://powershell.anovelidea.org/modul ... ssion.html

Send-DynDnsSession https://powershell.anovelidea.org/modul ... ssion.html