HomeLab: New Release of AsBuiltReport.Veeam.VBR v0.8.6

On this occasion I will be talking about several enhancements I have been making to improve the AsBuiltReport.Veeam.VBR script. Here is the link to the report in HTML format: Sample Report A request made by a user was to add a health check to verify the expiration of the Tenant access account in Cloud Connect. Another aspect that was added to the report was to capture vCloud Director resources within the Service Providers section....

April 29, 2024 路 3 min 路 Jon Colon

HomeLab: Veeam VBR Documentation with AsBuiltReport

Hello everyone! I took on the task of developing yet another report, yes yet another one 馃ぃ and it is related to the documentation of Veeam Backup & Replication implementations in specific for version 12+ onwards. This report is based on the AsBuildReport framework which is a project created by Tim Carman . The source code of the report can be found in Github here I leave the link so you can see the scope of the project....

February 20, 2024 路 9 min 路 Jon Colon

HomeLab: Veeam Diagrammer installation and setup

Hello everyone, This time I鈥檒l be talking a bit about a project I鈥檝e been working on for the last few months that has the use of creating basic diagrams of the components of the Veeam Backup & Replication infrastructure. The tool is called Veeam.Diagrammer and you can see the project page on Github. Here is the link so you can see the features of this tool. https://github.com/rebelinux/Veeam.Diagrammer Moreover, this project is still under continuous development, so you may encounter errors or bugs 馃榿....

December 22, 2022 路 5 min 路 Jon Colon

Veeam: Powershell get Backup Repository Information

Hello everyone, These last days I have been performing several support services related to Veeam Backup & Replication where I have had the opportunity to use more Veeam Powershell modules. So in this opportunity I will be showing you in a basic way how to get information related to the repositories connected to the Backup server. As always it is necessary to establish a connection to the Backup server using the Connect-VBRServer command....

August 15, 2021 路 3 min 路 Jon Colon

Veeam: Powershell get Backup Proxies Information

Hello friends, In this opportunity I will be showing you how to obtain Backup Proxy related information from powershell in a Veeam Backup & Replication infrastructure. To begin with it is necessary to establish the initial connection to the Backup Server using the Connect-VBRServer command. In my case the FQDN of my Backup Server is veeam-vbr.pharmax.local. PS C:\Users\jocolon> Connect-VBRServer -Server veeam-vbr.pharmax.local -Credential (Get-Credential) cmdlet Get-Credential at command pipeline position 1 Supply values for the following parameters: User: pharmax\administrator Password for user pharmax\administrator: ```` PS C:\Users\jocolon> After connecting to the server you can use the Get-VBRViProxy cmdlet to identify which Backup Proxy servers are in your infrastructure....

July 10, 2021 路 3 min 路 Jon Colon

Veeam Powershell Module Introduction

Hello to everyone, This time I will be showing an introduction of the Veeam Powershell module and how to make the initial connection to the backup server. In Veeam Backup & Replication version 11 a new powershell module called Veeam.Backup.PowerShell was introduced. According to the Veeam documentation portal there are two ways to use this powershell module: Accessing Powershell from the Veeam Backup & Replication console. Importing the module from a traditional Powershell console....

June 19, 2021 路 4 min 路 Jonathan Colon Feliciano

HomeLab: How to obtain a Veeam Not for Resale (NFR) license for your HomeLab protection

In this opportunity I come to show you how to get free Veeam licenses that you can use to protect your HomeLab or can be used to practice if you are planning to get certified as a Veeam Certified Engineer (VMCE). I am currently protecting my virtual environment with these licenses that can be obtained if you meet one of these requirements: Who is eligible? Veeam Certified Engineers (VMCE) VMware: vExperts, VMware Certified Professionals (VCPs & VCAPs) Microsoft: Most Valuable Professionals (MVPs), Microsoft Certified Solutions Experts (MCSEs) AWS: AWS Heroes & Certified Professionals Nutanix AHV: ALL Nutanix technical personnel VMware, Microsoft, AWS trainers, bloggers and other certified professionals To request this free license just access the link:...

June 11, 2021 路 2 min 路 Jonathan Colon Feliciano

Installing Minio on Centos Linux 8

The Problem In the last few months I have been studying for the VEEAM VMCE Arquitect certification and one of the requirements is to implement the Scale Out Backup Repository option. A simple way to achieve this is by using the Minio service. About Minio Minio is an open source object storage service compatible with the Amazon S3 cloud storage service. Applications that have been configured to communicate with Amazon S3 can also be configured to communicate with Minio, allowing Minio to be a viable alternative to S3....

May 14, 2021 路 2 min 路 Jonathan Colon Feliciano