Embedding PowerShell console with UD

Wonder if anyone has attempted to embed a PowerShell console like window for output only within a UD page.

My thinking is to support the output of a server side PowerShell script execution with the output being presented in a UD console like window.

Thought I read of someone doing something similar but not finding any references in the forum.

you can do so by using New-UDCard and Set-UDElementas as follows

New-UDCard -Id "Card" -Title "Results"

Set-UDElement -Id "Card" -Content { New-UDParagraph -Text "Checking DB Version" }

in the enterprise edition we have ud-terminal

Thanks, I knew I read about it some where.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐