ConvertTo-Yaml

ConvertTo-Yaml

SYNOPSIS

Convert [PSCustomObject] to a YAML format

SYNTAX

ConvertTo-Yaml [[-Data] ] [-OutFile ] [-Options ] [-Force] []

DESCRIPTION

Convert [PSCustomObject] to a YAML format

EXAMPLES

PARAMETERS

Data

-Data <Object>
   
   Required?                    false
   Position?                    0
   Accept pipeline input?       true (ByValue)
   Parameter set name           (All)
   Aliases                      None
   Dynamic?                     false

Force

JsonCompatible

Options

OutFile

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