View all posts filed under 'Internet'

Which countries are most interested in Powershell? Surprise :)

Wednesday, 10. February 2010 9:46

During my recent investigation, I wanted to be sure that Powershell is really getting adopted and that it grows every year…

You can either try to get some results from companies like Gartner, but I usually don’t trust them too much. For me, best resource is of course Google ;)

According to Google, we can see that interest in powershell is still growing:

Posh

I was also curious which countries are mostly interested in Powershell. Did you expect to see here U.S., UK, Germany or similar countries?

1. Russian federation

2. Norway

3. Czech republic :)

If you want to see report yourself, simply follow this link.

Martin Zugec

Category:General, Internet, PowerShell, PowerShell News | Comment (0) | Author: Martin Zugec

Download File using PowerShell

Friday, 16. January 2009 8:19

Just a quick one:

(new-object system.net.webclient).DownloadFile(“http://somesite.com/somefile.txt”,”c:\temp\somefile.txt”)

Category:Internet, PowerShell | Comment (0) | Author: Dennis Damen