<html> <head> <title></title> </head> <body> <font size='1' face='Lucida Console'> <textsrea> <% $size = New-Object System.Management.Automation.Host.Size; $size.Width = 274; $size.Height = 84; $Host.UI.RawUI.BufferSize = $size; $Host.UI.RawUI.WindowSize = $size; IMPORT-MODULE SSIS; (Get-Module | Out-String).replace("`n", "").split("`r") | %{$_.trim().replace(" ", " ");%> <br /> <%} <#| %{%> <div> <%$_;%> </div> <%}#>; DIR | %{%> <div> <%$_;%> </div> <%}; $request.form["xml_info"] %> </textarea> </font> </body> </html> |
posh | Powershell >