diff --git a/Haystack.ps1 b/Haystack.ps1 index a37f9c1..1beae89 100644 --- a/Haystack.ps1 +++ b/Haystack.ps1 @@ -13,13 +13,6 @@ $form = New-Object System.Windows.Forms.Form $form.Text = "Haystack" $form.ClientSize = New-Object System.Drawing.Size(400, 270) -# Create a PictureBox control -$pictureBox = New-Object System.Windows.Forms.PictureBox -$pictureBox.Location = New-Object System.Drawing.Point(160, 120) -$pictureBox.Size = New-Object System.Drawing.Size(200, 200) -$image = [System.Drawing.Image]::FromFile("\\win1215\C$\TEMP\Source\Server Built Apps\Datacom-SOE\Checks\MandatoryChecks\JJ.png") -$pictureBox.Image = $image - $dnsNameLabel = New-Object System.Windows.Forms.Label $dnsNameLabel.Text = "A Record:" $dnsNameLabel.Location = New-Object System.Drawing.Point(10, 20)