Saturday, March 5, 2016

Powershell Open website

$global:ie = New-Object -com "InternetExplorer.Application"
$global:ie.Navigate("http://192.168.1.100/dummy_site")
$global:ie.visible = $true

No comments:

Post a Comment

Thanks for showing interest in tech-jockey.

Content of this blog has been moved to GITHUB

Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...