Skip to content

Instantly share code, notes, and snippets.

@jbriscoe
jbriscoe / VeeamBR95-Silent.ps1
Created August 26, 2018 15:52 — forked from vMarkusK/VeeamBR95-Silent.ps1
Veeam Availability Suite Unattended Install with PowerShell
# Requires PowerShell 5.1
# Requires .Net 4.5.2 and Reboot
#region: Variables
$source = "X:"
$licensefile = "C:\_install\veeam.lic"
$username = "svc_veeam"
$fulluser = $env:COMPUTERNAME+ "\" + $username
$password = "Password!"
$CatalogPath = "D:\VbrCatalog"