< Back

Invoke-PodeTimer

Sat Jan 18, 2020 7:16 pm

NAME Invoke-PodeTimer



SYNOPSIS

Adhoc invoke a Timer's logic.





SYNTAX

Invoke-PodeTimer [-Name] <String> [<CommonParameters>]





DESCRIPTION

Adhoc invoke a Timer's logic outside of its defined interval. This invocation doesn't count towards the Timer's

limit.





PARAMETERS

-Name <String>

The Name of the Timer.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

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



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Invoke-PodeTimer -Name 'timer-name'















RELATED LINKS