HTML
You can inject any HTML with the
New-UDHtml
cmdlet. It accepts a -Markup
parameter that should contain valid HTML.New-UDHtml -Markup "<h1>Hi, there!</h1>"
Last modified 3yr ago