$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

" $titleHtmlcsvHealth = "

CSV Health

" $titleHtmlcsvSpace = "

CSV Space Utilization

" $titleHtmlVms = "

Virtual Machines

" $titleHtmlSnapshots = "

Snapshots

" $titleHtmlReplication = "

Replication

" $titleHtmlVhdx = "

VHDX Disks

" $titleHtmlVmnetAdapter = "

VM Network Adatpers

" $titleHtmlOsNetAdapter = "

Management OS Network Adatpers

" $titleHtmlVswitch = "

Virtual Switches

" $titleHtmlClusterConfig = "

Cluster Config

" $titleHtmlClusterNetworks = "

Cluster Networks

"