News Focus
News Focus
icon url

Walrus717

05/13/18 1:59 PM

#959 RE: Hanibal #958

You mind releasing how to make power-shell run on a scheduled time?

This what I got so far:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$url = 'https://nvsos.gov/SOSEntitySearch/corpActions.aspx?lx8nvq=1RumkHQyLYMFmQ97M2CkQA%253d%253d&CorpName=AMERICAN+NORTEL+COMMUNICATIONS%2c+INC.';
$proxy_url = 'https://gimmeproxy.com/api/getProxy?post=true&protocol=http&supportsHttps=true&maxCheckPeriod=600&anonymityLevel=1&user-agent=true&curl=true';
$proxy_response = Invoke-WebRequest -Uri $proxy_url
$p = $proxy_response.Content
$nv_response = Invoke-WebRequest -Uri $url -Proxy $p
$source_code = $nv_response.Content
Write-Host $source_code

oh and why's the ddamanda owner an ahole?