Tag Archives: powershell

How to backup ESXi hosts with PowerCLI

VMware PowerCLI logo

At the moment I have a lot of scripts laying around which are either snippets or not publishable. Therefore, I’m going to edit them all in the upcoming blog posts and upload them for the community. Today, I’m going to show you a simple but powerful and easy to use …

Read More »

PowerShell File Hash Calculator Script

File Hash Calculator in PowerShell This File Hash Calculator Script in PowerShell lets you calculate a hash of a given file and compares it with the original hash/checksum the user provides. The Get-FileHash cmdlet computes the hash value for a file by using a specified hash algorithm. A hash value …

Read More »

Veeam Backup Validator PowerShell GUI

My Top 5 Veeam ONE Reports

About two weeks ago i remembered a very underestimated feature from Veeam. The Veeam Backup Validator ! So I decided to create a Veeam Backup Validator PowerShell GUI out of it. This command line tool helps you with checking your Veeam Backups. It checks your backup files via CRC at …

Read More »

How to use Veeam with custom VM attributes

My Top 5 Veeam ONE Reports

Introduction Today i’m writing about a Veeam feature which i haven’t seen a lot out in the field. In my opinion, you can use this feature to easily sort and evaluate the backup state of virtual machines backed up with Veeam Backup & Replication. During the creation of a Veeam …

Read More »