< Back

Get-PSFTaskEngineTask

Sun Jan 19, 2020 6:41 pm

NAME Get-PSFTaskEngineTask



SYNOPSIS

Returns tasks registered for the task engine





SYNTAX

Get-PSFTaskEngineTask [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

Returns tasks registered for the task engine





PARAMETERS

-Name <String>

Default: "*"

Only tasks with similar names are returned.



Required? false

Position? 1

Default value *

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



OUTPUTS



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



PS C:\\>Get-PSFTaskEngineTask



Returns all tasks registered to the task engine









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-PSFTaskEngineTask -Name 'mymodule.*'



Returns all tasks registered to the task engine whose name starts with 'mymodule.'

(It stands to reason that only tasks belonging to the module 'mymodule' would be returned that way)











RELATED LINKS