Chapter4/4.2_ObjectOperation/ExportImport/HtmlOperation.ps1
$toHtml = $customObject | ConvertTo-Html $toHtml | Out-File test.html chrome ./test.html |
$toHtml = $customObject | ConvertTo-Html $toHtml | Out-File test.html chrome ./test.html |