Questions tagged [veeam]
49 questions
3
votes
2 answers
Could not load file or assembly ... but not at first?
I have a C# / .NET Windows service that is archiving Exchange mailboxes, and I recently "packaged" the Veeam O365 Backup DLLs to be able to backup Exchange Online mailboxes automatically.
I 'll show you some piece of log showing that the program…

JRouzies
- 81
- 1
- 6
2
votes
1 answer
PowerShell, PSCustomObject, array format issue
I am trying to create array made by PSCustomObject elements, but having some issues with it. Here is the simplified example of the code I have:
$FineData = @()
foreach ($Session in $Sessions) {
$Job = Get-VBRTaskSession -Session $Session…

Alexey
- 61
- 4
2
votes
2 answers
Cannot use variable in a Where-Object in a function
I am trying to have a function that can count jobs based on the LatestStatus value that I would pass a parameter. So far what I got:
Function JobCountStatus {
Write-Output (Get-VBRJob | ?{$_.Info.LatestStatus -eq $args} |…

MorRich
- 426
- 2
- 5
- 15
2
votes
1 answer
Add column CSV in existing CSV with powershell
I have a Powershell script, which collects the size of a backup, and exports it to CSV, I would like to know if it is possible that it could be added to the next csv column, or an excel.
I've been looking at the documentation, because I think it…

Alberto Cepero de Andrés
- 137
- 1
- 6
1
vote
0 answers
How to call remote method in Invoke-command for a local variable in script block
I am working on a PowerShell script that remotely gets veeam Backup reporting data from a backup server. I know we can pass variables usually with $Using:
$object = Invoke-command -ComputerName serverName -ScriptBlock { Get-VBRBackup | Where-Object…

Manoj Rai
- 81
- 1
- 6
1
vote
0 answers
During the Veeam backup of a Hyper-V virtual machine, a chain of the local backup SQL server breaks
Veeam makes a backup virtual machine on the Hyper-V server
On the Windows virtual machine there is a SQL server and conferences Local Backup using SQL to local drive
There is no access to the VM
During the backup of a virtual machine, a chain of the…

Sergey
- 11
- 1
1
vote
0 answers
Hyper-V production checkpoints not being deleted after Veeam replication job on same Windows guest OS
I am running two physical Windows 2016 servers in a clustered environment. The backup solution is Veeam Backup and Replication V11.
I have a replication job that has been failing regularly because the host server isn't merging the production…

Chris Millard
- 13
- 2
1
vote
2 answers
Check if certain VMs are backed up
I am looking for a way to check if a list of VMs has backup and what is the status.
I managed to get the status of VM backups but if the VM was not found in the $tasks I am not getting error.
I need to know if a VM is not present in the $tasks so…

Val
- 73
- 1
- 1
- 5
1
vote
1 answer
Objects methods missing with import-pssession but working with enter-pssession
I have a small powershell script to run remote against the backup software veeam, but the resulting objects are different.
I connect in two different ways:
Import-PSSession
$cred = Get-Credential -m "Backupserver" -UserName XY
$session =…

Dan
- 33
- 3
1
vote
2 answers
Failed to connect to installer service
i have a problem with veeam backup and replication 9.
the problem is when i try to restore one of my virtual machines in a new location that it is on my back up server i get an error that
[Backup Server Name] Failed to connect to installer…

t.khatibi
- 115
- 1
- 2
- 13
1
vote
1 answer
Veeam Backup Free, Samba share and PowerShell: access denied
I have:
ESXi host with some virtual machines
Veeam Backup Free Edition installed on one of the virtual machines (Windows Server 2012 R2)
Debian host with samba on it
I succeeded with:
Making a shared folder with samba on debian machine
Making a…

Florin
- 631
- 6
- 9
0
votes
1 answer
Kasten on GKE: Failed to find any VolumeSnapshotClass in the cluster
I installed via the helm chart kasten on my plain gke (1.26).
Created a location and infrastructure profile and provided the service account with the requested storage admin permission. On testing a manual backup on a namespace, the backup job fails…

Stefan Walther
- 31
- 4
0
votes
0 answers
VEEAM RESTORE ERROR : Linux FLR appliance deploy failure : unable to connect by ssh to appliance
When trying to restore a vm, this error occurs
It may be related to the APPLIANCE VM credentials Im not sure but I don't know how to reset them

Mariem Abcha
- 31
- 3
0
votes
0 answers
Veeam SureBackup VB Script Fails When Querying VM Services
We are running Windows servers in a Hyper-V environment. I created a VB script to check that certain services started properly during a SureBackup job. It runs fine if I run it from a VM in the virtual lab against a machine also in the virtual lab.…

Kevin
- 11
- 1
0
votes
0 answers
How to run a T-SQL command from VEEAM after backup?
According to this VEEAM article, it's straight forward:
https://www.veeam.com/kb1443
However, it doesn't work because we don't have a full SQL Server license in the VEEAM server.
How can we run a post backup script, from VEEAM, with access to…

Fandango68
- 4,461
- 4
- 39
- 74