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