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
Last updated