< Back

Get-DynDnsJob

Sat Jan 18, 2020 8:14 pm

NAME Get-DynDnsJob



SYNOPSIS

The command Get-DynDnsJob retrieves the result from a previous job.





SYNTAX

Get-DynDnsJob [-JobId] <String> [<CommonParameters>]





DESCRIPTION

The command Get-DynDnsJob retrieves the result from a previous job.



The JobId is in the command history which can be retrieved with the command Get-DynDnsHistory. It is also included

in the Information stream which can be accessed, at time of command execution, via -InformationAction Continue and

-InformationVariable CommandInfo.





PARAMETERS

-JobId <String>

The JobId which corresponds to a previous API call.



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

DynDnsRawData







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-DynDnsJob -JobId 836040075





User : dcarroll

Status : active

CustomerName : Dave Carroll

Nickname : owner

FirstName : Dave

LastName : Carroll

Email : powershell@anovelidea.org

Phone : 8053642175

Groups : {Default}



The job with id 836040075 contained the results for a Get-DynDnsUser command.



RELATED LINKS

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

Get-DynDnsHistory https://powershell.anovelidea.org/modul ... story.html

Get Job (API) https://help.dyn.com/get-job/