$preContent = "
Hyper-V Status Report
"
$postContent = "Creation Date: $($today | Out-String) -
Hyper-V-Report ($scriptVersion) by F. Lillacci
"
$title = "Hyper-V Status Report"
$breakHtml = ""
$titleHtmlHosts = "
Hyper-V Server
"
$titleHtmlVms = "Virtual Machines
"
$titleHtmlSnapshots = "Snapshots
"
$titleHtmlReplication = "Replication
"
$titleHtmlVhdx = "VHDX Disks
"
$titleHtmlVmnetAdapter = "VM Network Adatpers
"
$titleHtmlOsNetAdapter = "Management OS Network Adatpers
"
$titleHtmlVswitch = "Virtual Switches
"