< Back
Invoke-UpdateTaskTable
Post
NAME Invoke-UpdateTaskTable
SYNOPSIS
SYNTAX
Invoke-UpdateTaskTable [-TableName] <String> [-RestServer] <String> [-Body] <Hashtable> [-TaskID] <Int32>
[<CommonParameters>]
DESCRIPTION
This function will update a column and field for a Queue_Manager
PARAMETERS
-TableName <String>
An TableName is required.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RestServer <String>
A Rest Server is required.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Body <Hashtable>
A Column/Field is required.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TaskID <Int32>
An TaskID is required.
Required? true
Position? 4
Default value 0
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:\\>Invoke-UpdateTaskTable -RestServer localhost -TableName tasks -TaskID 1 -Body "@{STATUS_ID = '2'}"
RELATED LINKS
SYNOPSIS
SYNTAX
Invoke-UpdateTaskTable [-TableName] <String> [-RestServer] <String> [-Body] <Hashtable> [-TaskID] <Int32>
[<CommonParameters>]
DESCRIPTION
This function will update a column and field for a Queue_Manager
PARAMETERS
-TableName <String>
An TableName is required.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RestServer <String>
A Rest Server is required.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Body <Hashtable>
A Column/Field is required.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TaskID <Int32>
An TaskID is required.
Required? true
Position? 4
Default value 0
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:\\>Invoke-UpdateTaskTable -RestServer localhost -TableName tasks -TaskID 1 -Body "@{STATUS_ID = '2'}"
RELATED LINKS