Curated Examples
Example Winbox02
Source-owned example maintained with PSWriteHTML.
- Source repository: https://github.com/EvotecIT/PSWriteHTML
- Example group:
Example-WinBox
Import-Module .\PSWriteHTML.psd1 -Force
New-HTML -TitleText 'This is a test' -FilePath "$PSScriptRoot\Example-WinBox02.html" {
New-HTMLWinBox -Title 'This is a test Window' -Url 'https://google.pl'
} -Online -ShowHTML