< Back

Show-PodeGui

Sat Jan 18, 2020 7:20 pm

NAME Show-PodeGui



SYNOPSIS

Opens a Web Server up as a Desktop Application.





SYNTAX

Show-PodeGui [-Title] <String> [[-Icon] <String>] [[-WindowState] <String>] [[-WindowStyle] <String>]

[[-ResizeMode] <String>] [[-Height] <Int32>] [[-Width] <Int32>] [[-EndpointName] <String>] [-HideFromTaskbar]

[<CommonParameters>]





DESCRIPTION

Opens a Web Server up as a Desktop Application.





PARAMETERS

-Title <String>

The title of the Application's window.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Icon <String>

A path to an icon image for the Application.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WindowState <String>

The state the Application's window starts, such as Minimized.



Required? false

Position? 3

Default value Normal

Accept pipeline input? false

Accept wildcard characters? false



-WindowStyle <String>

The border style of the Application's window.



Required? false

Position? 4

Default value SingleBorderWindow

Accept pipeline input? false

Accept wildcard characters? false



-ResizeMode <String>

Specifies if the Application's window is resizable.



Required? false

Position? 5

Default value CanResize

Accept pipeline input? false

Accept wildcard characters? false



-Height <Int32>

The height of the window.



Required? false

Position? 6

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Width <Int32>

The width of the window.



Required? false

Position? 7

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-EndpointName <String>

The specific endpoint name to use, if you are listening on multiple endpoints.



Required? false

Position? 8

Default value

Accept pipeline input? false

Accept wildcard characters? false



-HideFromTaskbar [<SwitchParameter>]

Stops the Application from appearing on the taskbar.



Required? false

Position? named

Default value False

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



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



PS C:\\>Show-PodeGui -Title 'MyApplication' -WindowState 'Maximized'















RELATED LINKS