PowerShell: Copy Log files with Date and Content
Some days ago I made a blog post about Select-String in PowerShell. I created a...
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: Search for String or grep for Powershell
This shows you how you can search in files for specific content with Windows PowerShell. This also “replaces” the Windows...
Run Remote Powershell Commands on multiple standalone Computers
With this little Powershell Script you can run Powershell Commands on multiple Remotehosts even if...
Quick Powershell Remoting Guide
This is small guide which allows you to create Remote Powershell Sessions (like SSH). It allows you to create connection to Host which have...
PowerShell: Delete Files older than
This is a simple PowerShell script which deletes Files older than some days. You can use it to cleanup old logfiles or other things. If you...
Quest released PowerGUI® Pro and PowerGUI® 2.3
Quest released PowerGUI Pro and PowerGUI 2.3. Both get really cool new features. In the Pro version...
PowerShell for System Center Virtual Machine Manager and Hyper-V
This little HowTo shows you how can you get tasks on System Center Virtual Machine Manager done, by using Windows Powershell. Load...
Powershell iTunes v1
In the last days I worked with Powershell and ComObjects. It turned out that iTunes is a really good exmaple for using ComObjects with...
PowerShell FTP upload and download
A friend asked me if Powershell can do simple file up and downloads. My answer was, yes of course,...
