< Back
Get-TaskSet
Post
NAME Get-TaskSet
SYNOPSIS
SYNTAX
Get-TaskSet [-TaskStatus] <String> [[-TableName] <String>] [-RestServer] <String> [<CommonParameters>]
DESCRIPTION
This function will gather Tasks based on a requested Status
PARAMETERS
-TaskStatus <String>
A Status is required.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TableName <String>
A TableName is optional, default is tasks.
Required? false
Position? 2
Default value tasks
Accept pipeline input? false
Accept wildcard characters? false
-RestServer <String>
A RestServer is Required.
Required? true
Position? 3
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
System.Collections.Hashtable
NOTES
This will return a hashtable of data from the PPS database.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-TaskSet -Status Queued -TableName Tasks
RELATED LINKS
SYNOPSIS
SYNTAX
Get-TaskSet [-TaskStatus] <String> [[-TableName] <String>] [-RestServer] <String> [<CommonParameters>]
DESCRIPTION
This function will gather Tasks based on a requested Status
PARAMETERS
-TaskStatus <String>
A Status is required.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TableName <String>
A TableName is optional, default is tasks.
Required? false
Position? 2
Default value tasks
Accept pipeline input? false
Accept wildcard characters? false
-RestServer <String>
A RestServer is Required.
Required? true
Position? 3
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
System.Collections.Hashtable
NOTES
This will return a hashtable of data from the PPS database.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-TaskSet -Status Queued -TableName Tasks
RELATED LINKS