< Back

Invoke-Wman

Sat Jan 18, 2020 6:43 pm

NAME Invoke-Wman



SYNOPSIS





SYNTAX

Invoke-Wman [-PropertyFilePath] <String> [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-PropertyFilePath <String>

A properties path is Required.



Required? true

Position? 1

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



System.Boolean





NOTES





This will return a hashtable of data from the PPS database.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Invoke-Wman -PropertyFilePath "c:\\PembrokePS\\Wman\\pembrokeps.properties"















RELATED LINKS