ConvertFrom-Yaml



ConvertFrom-Yaml

SYNOPSIS

Convert a Yaml Formatted String/Files to a [PSCustomObject]

SYNTAX

ConvertFrom-Yaml [[-Yaml] ] [-AllDocuments] [-Ordered] [-UseMergingParser] [<CommonParameters>]

DESCRIPTION

Convert a Yaml Formatted String/Files to a [PSCustomObject]

EXAMPLES

PARAMETERS

AllDocuments

Ordered

UseMergingParser

Yaml

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.

Last updated