We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98529e2 commit fa3e7b2Copy full SHA for fa3e7b2
ServerInventory.ps1
@@ -57,7 +57,7 @@ if ($sendemail -ne $true){
57
58
$a = $a + "<img src ='$resourcedir/WEB/$logo' alt='logo'>"
59
if ($Virtual.Manufacturer -eq "No Enclosure"){
60
- $a = $a + "<img src ='$resourcdir/WEB/VMWare.png' alt='vmware'>"
+ $a = $a + "<img src ='$resourcedir/WEB/VMWare.png' alt='vmware'>"
61
}
62
Elseif ($CPU.Manufacturer -eq "GenuineIntel") {
63
$a = $a + "<img src='$Resourcedir/WEB/PhysicalIntel.png' alt='intel'>"
0 commit comments