< Back

Invoke-UpdateComponent

Sat Jan 18, 2020 6:42 pm

NAME Invoke-UpdateComponent



SYNOPSIS





SYNTAX

Invoke-UpdateComponent [-ComponentId] <Int32> [-RestServer] <String> [-Column] <String> [-Value] <String>

[-ComponentType] <String> [<CommonParameters>]





DESCRIPTION

This function will update a column and field for a Queue_Manager





PARAMETERS

-ComponentId <Int32>

An ID is required.



Required? true

Position? 1

Default value 0

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



-Column <String>

A Column/Field is required.



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Value <String>

A Value is required.



Required? true

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ComponentType <String>

A ComponentType is required.



Required? true

Position? 5

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:\\>Invoke-UpdateComponent -ComponentId 1 -RestServer localhost -Column STATUS_ID -Value 2 -ComponentType

queue_manager















RELATED LINKS