Tag Archives: powershell

Six Years Later: My vCenter Role for Veeam v13 Script Update

Veeam Logo 2024

Back in 2020, long before AI assistants were writing PowerShell for us šŸ˜‰ I wrote a small script to solve a problem I kept running into in the field: https://www.virtualhome.blog/2020/04/22/creating-a-vcenter-role-for-veeam-with-powercli containing exactly the cumulative privileges Veeam Backup & Replication needs. Doing this by hand in the vSphere Client means clicking …

Read More »

Supercharge Excel with ChatGPT

vSphere Tagging Tool HTML5

Introduction and why I Supercharge Excel with ChatGPT When you read ā€œSupercharge Excel with ChatGPTā€, you might think of some magic or something very special. In fact, I used ChatGPT lately to ā€œmigrateā€ my Veeam vSphere Tagging Excel Tool to something independent. I’ve had various good feedback on my Excel …

Read More »

Veeam vSphere Tagging Excel Tool

Veeam vSphere Tagging Excel

In this blog post I wanted to introduce my personal Veeam vSphere Tagging Excel Tool which I’ve been using over the years within several customer projects to simply onboarding VM’s to backup jobs. Why vSphere Tags? It is certainly known nowadays, that they hold the key to unlocking the full …

Read More »

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 »