Powershell: Create a tempfile with Powershell
Sometimes you need to save some data in to a tempfile. And instead of creating a ownen file for...
Powershell and RSS Feeds
This is a Quick Powershell note how you can use Powershell to read RSS feeds. This is pretty simple you can use the .NET class WebClient....
PowerShell FTP upload and download
A friend asked me if Powershell can do simple file up and downloads. My answer was, yes of course,...
How to download files with Powershell
This should show you how you can download a file with Powershell. This is not a script or function you should use. It just is the the...
Random Numbers in Powershell
In one of my last scripts I needed random numbers in Powershell. Now this Blog post should show you how you can generate random numbers in...