Not really used anymore but was used for pinholing DNS for Zscaler
This commit is contained in:
@@ -13,13 +13,6 @@ $form = New-Object System.Windows.Forms.Form
|
|||||||
$form.Text = "Haystack"
|
$form.Text = "Haystack"
|
||||||
$form.ClientSize = New-Object System.Drawing.Size(400, 270)
|
$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 = New-Object System.Windows.Forms.Label
|
||||||
$dnsNameLabel.Text = "A Record:"
|
$dnsNameLabel.Text = "A Record:"
|
||||||
$dnsNameLabel.Location = New-Object System.Drawing.Point(10, 20)
|
$dnsNameLabel.Location = New-Object System.Drawing.Point(10, 20)
|
||||||
|
|||||||
Reference in New Issue
Block a user