Not really used anymore but was used for pinholing DNS for Zscaler

This commit is contained in:
2025-09-24 02:29:14 +00:00
parent ec045f3376
commit ca6f50c9ff

View File

@@ -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)