Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 871 Bytes

File metadata and controls

38 lines (24 loc) · 871 Bytes

Get-FluidModuleConfig

SYNOPSIS

Displays the global configuration of the PoSh.FluidTemplateEngine module.

SYNTAX

Get-FluidModuleConfig [<CommonParameters>]

DESCRIPTION

The configuration is stored in the current PowerShell session and is used by default by other cmdlets.

PARAMETERS

CommonParameters

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

OUTPUTS

[PoSh.FluidTemplateEngine.Core.FluidModuleConfiguration]

EXAMPLES

Example 1: Display the current configuration

Get-FluidModuleConfig