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 »

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 »

How to modify an .ova appliance file

vmware logo

An .OVF file refers to the “Open Virtualization Format”, which is a standard regarding packaging to address the portability and deployment of virtualization appliances. Here is the source of this standard: DMTF OVF An .OVF file or package consists of a number of files like a descriptor file, an optional …

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 »