Skip to content

Get-PodeConfig

SYNOPSIS

Returns the loaded configuration of the server.

SYNTAX

Get-PodeConfig [<CommonParameters>]

DESCRIPTION

Returns the loaded configuration of the server.

EXAMPLES

EXAMPLE 1

$s = Get-PodeConfig

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Collections.Hashtable

NOTES