Tag: file

PowerShell: Download script or file from GitHub

PowerShell • One Comment

Since a lot of people are starting to store their scripts and files in GitHub repositories, I often...
Read More

Eject ISO from Hyper-V VM using PowerShell

Microsoft, Microsoft Azure, PowerShell, Virtualization, Windows, Windows Server

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...
Read More

Add ISO DVD Drive to a Hyper-V VM using PowerShell

Microsoft, PowerShell, Virtualization, Windows, Windows Server • 2 Comments

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...
Read More

Recover Files on Windows using the Windows File Recovery Tool

Microsoft, PowerShell, Windows • 10 Comments

Did you accidentally delete an important file, wiping a hard drive or partition, or need to restore...
Read More

Veeam FastSCP for Microsoft Azure

Microsoft, Microsoft Azure, PowerShell, Virtualization, Windows, Windows Server

Veeam does some great products for your virtualization and datacenter environment such as their Veeam Backup & Replication suite, Veeam...
Read More

PowerShell: Sort and Move Files by Date to month and year

Microsoft, Microsoft Azure, PowerShell, Windows, Windows Server • 40 Comments

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...
Read More

PowerShell: Copy files and additional files with different name

Microsoft, PowerShell, Windows, Windows Server

This maybe helps some people which need to copy multiple files. In my example I search for Contoso...
Read More

Powershell: How to rename all files in a folder

Microsoft, PowerShell • 3 Comments

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...
Read More
Close