Posts

Showing posts from February, 2015

Veeam Report ReDux!

A couple of months ago I posted about some Powershell I had written to report on the state of our Veeam backups. I've been somewhat industrious here and am now on V3 of my script. Requirements : You need to run this from a vSphere install You need Powershell 3 or 4 on vSphere and any Veeam servers You need Powershell remoting enabled on all involved servers As this is an unsigned script you need the execute policy set to unrestricted Edit the script for your environment...SMTP-IP, veeamServers and viServer. Things to do: Get this running the vSphere stuff remotely...no idea why this wont work! Here it is. # # Veeam Report # # Daily Veeam Report # # Version 3 # # Allen Kong 09/01/205 # # Psuedo Code # 1. Get All vms from vSphere #  1a. Connect to vSphere # 2. Get all sessions in the last 24 hours from Veeam # 3. Get all sessions in the last 5 days from Veeam # 4. Process the data # 5. Email the data # # 1. Get All vms from vSphere Function G