< Back

ConvertFrom-AdrText

Fri Jan 10, 2020 8:38 pm

NAME ConvertFrom-AdrText



SYNOPSIS

Converts ADR markdown text into an ADR object.





SYNTAX

ConvertFrom-AdrText [-InputObject] <String> [<CommonParameters>]





DESCRIPTION

Converts ADR markdown text into an ADR object.





PARAMETERS

-InputObject <String>

A string of Markdown text to convert into an ADR object.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Management.Automation.PSObject







RELATED LINKS