Get-R1Task
Get-R1Task
SYNOPSIS
Returns the scheduled tasks.
SYNTAX
All (Default)
Get-R1Task [<CommonParameters>]
Id
Get-R1Task -id <String> [<CommonParameters>]
DESCRIPTION
Returns every task the scheduler knows about, or a single task when one is named.
EXAMPLES
Example 1
Get-R1Task
Returns every task.
Example 2
Get-R1Task -id 'e4ef6b3e'
Returns one task.
Example 3
Get-R1Task | Where-Object status -eq 'RUNNING'
Returns the tasks currently running.
PARAMETERS
-id
The identifier of the task.
Type: String
Parameter Sets: Id
Aliases: taskId
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
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.