mirror of
https://github.com/tsmagnum/Hyper-V-Report.git
synced 2026-04-18 13:54:12 +02:00
Add files via upload
This commit is contained in:
15
HtmlCode.ps1
Normal file
15
HtmlCode.ps1
Normal file
@@ -0,0 +1,15 @@
|
||||
$preContent = "<h2>Hyper-V Status Report</h2>"
|
||||
$postContent = "<p>Creation Date: $($today | Out-String) -
|
||||
<a href='https://github.com/tsmagnum/Hyper-V_Report' target='_blank'>Hyper-V-Report ($scriptVersion) by F. Lillacci</a><p>"
|
||||
|
||||
$title = "Hyper-V Status Report"
|
||||
$breakHtml = "</br>"
|
||||
|
||||
$titleHtmlHosts = "<h3>Hyper-V Server</h3>"
|
||||
$titleHtmlVms = "<h3>Virtual Machines</h3>"
|
||||
$titleHtmlSnapshots = "<h3>Snapshots</h3>"
|
||||
$titleHtmlReplication = "<h3>Replication</h3>"
|
||||
$titleHtmlVhdx = "<h3>VHDX Disks</h3>"
|
||||
$titleHtmlVmnetAdapter = "<h3>VM Network Adatpers</h3>"
|
||||
$titleHtmlOsNetAdapter = "<h3>Management OS Network Adatpers</h3>"
|
||||
$titleHtmlVswitch = "<h3>Virtual Switches</h3>"
|
||||
Reference in New Issue
Block a user