PowerShell: Download script or file from GitHub
Since a lot of people are starting to store their scripts and files in GitHub repositories, I often...
Eject ISO from Hyper-V VM using PowerShell
This is one of these quick and dirty blog posts mostly as a note for myself. Hyper-V offers the capability to add an ISO image to a virtual...
Add ISO DVD Drive to a Hyper-V VM using PowerShell
Hyper-V offers the capability to add an ISO image to a virtual CD/DVD drive and you can use Hyper-V Manager to do that, or you can also use...
Recover Files on Windows using the Windows File Recovery Tool
Did you accidentally delete an important file, wiping a hard drive or partition, or need to restore...
Veeam FastSCP for Microsoft Azure
Veeam does some great products for your virtualization and datacenter environment such as their Veeam Backup & Replication suite, Veeam...
PowerShell: Sort and Move Files by Date to month and year
This quick blog post, shows, how you can sort and move files to folder sorted by date (year and month) with PowerShell. I had to sort a lot...
PowerShell: Copy files and additional files with different name
This maybe helps some people which need to copy multiple files. In my example I search for Contoso...
Powershell: How to rename all files in a folder
Sometimes you need a fast way to rename a lot of file. With Powershell this is pretty easy. You list all files in the directory and you can...