Telnet HTTP GET

Telnet and manually post the http get request \> telnet localhost 80 GET /index.htm HTTP/1.1 host: localhost

Get System Downtime

Determine your Powershell exectuion policy Get-ExecutionPolicy Change your Powershell exectuion policy if restricted Set-ExecutionPolicy RemoteSigned Script to get system downtime [timespan]$downTime = New-TimeSpan -start 0 -end 0 [timespan]$totalDownTime = New-TimeSpan …