I am working in a script, where I am able to browse the web content or the \'url\' but I am not able to copy the web content in it & download as a file. This is what I h
$web = New-Object Net.WebClient $web | Get-Member $content=$web.DownloadString("http://www.bing.com")