Kiln » KilnSupportScripts Powershell Scripts to help monitor a Kiln environment. Contact Fog Creek support before using.
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

merge

Changeset 3e61a62ffd2c

Parents bb959c445c8a

Parents 57dcd44b2fb2

by Profile picture of Developer Wiki Admin AccountDeveloper Wiki Admin Account

Changes to one file · Browse files at 3e61a62ffd2c Showing diff from parent bb959c445c8a 57dcd44b2fb2 Diff from another changeset...

 
176
177
178
 
179
180
181
 
176
177
178
179
180
181
182
@@ -176,6 +176,7 @@
    $webRequest = [System.Net.WebRequest]::Create($target)   $webRequest.ContentType = "text/html" + $webRequest.Timeout = 300000   $PostStr = [System.Text.Encoding]::UTF8.GetBytes($post)   $webrequest.ContentLength = $PostStr.Length   $webRequest.ServicePoint.Expect100Continue = $false