< Back

Start-Wman

Sat Jan 18, 2020 6:43 pm

NAME Start-Wman



SYNOPSIS





SYNTAX

Start-Wman [-RestServer] <String> [-PropertyFilePath] <String> [-WhatIf] [-Confirm] [<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



-PropertyFilePath <String>

A PropertyFilePath is required.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

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:\\>Start-Wman -RestServer -localhost















RELATED LINKS