< Back

Invoke-RegisterWman

Sat Jan 18, 2020 6:43 pm

NAME Invoke-RegisterWman



SYNOPSIS





SYNTAX

Invoke-RegisterWman [-RestServer] <String> [-Component_Id] <String> [[-Wman_Type] <String>] [[-LocalDir] <String>]

[<CommonParameters>]





DESCRIPTION

This function will gather Status information from PembrokePS web/rest for a Queue_Manager





PARAMETERS

-RestServer <String>

A Rest Server is required.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Component_Id <String>

A Component_Id is required.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Wman_Type <String>

A Wman_Type is Optional.



Required? false

Position? 3

Default value Primary

Accept pipeline input? false

Accept wildcard characters? false



-LocalDir <String>

A LocalDir is Optional.



Required? false

Position? 4

Default value c:\\PembrokePS

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-RegisterWman -RestServer localhost -Component_Id 1 -Wman_Type Primary -LocalDir c:\\PembrokePS















RELATED LINKS