Questions tagged [veeam]
49 questions
0
votes
0 answers
Using an index of an array to build a user selection menu
I'm working on a PowerShell script which sets a variable based on a user selection from an array, but I can't find any approach to realize this.
There is a variable named $org which is filled by a cmdlet with an array of entries looking like…

this_is_cve
- 15
- 1
- 6
0
votes
1 answer
robocopy match directories from text file
I would like to automate the copy of all "Stopped" Backup Jobs from my Veeam server to another location, about that:
Get-VBRJob | Out-String -Stream | Select-String "Stopped"; Get-Date -Format "#dddd dd/MM/yyyy" > /logs/stopped_jobs.txt
How can I…
user11100105
0
votes
0 answers
Failed to connect to remote backup service Veeam
Backup veeam failled .
07/10/2022 08:11:14 :: Error: Failed to connect to remote backup service.
07/10/2022 08:11:30 :: Processing finished with errors at 07/10/2022 08:11:30
07/10/2022 11:23:33 :: Failed to send backup job configuration to Error:…
0
votes
0 answers
Veeam Powershell "Storage-Level Corruption Guard" File Backup Maintenance
Good day to you all, i hope you are well.
I am creating a number of backup copy jobs for Hyperv machines in Veeam using powershell. I need to turn on target-->advanced--> Storage-level corruption Guard "Preform backup files health check" and set it…

Rosenthal
- 1
- 1
0
votes
0 answers
Veeam Backup for Microsoft 365 - EWS Connection Issue
Everything is setup by following Veeam documentation regarding permissions to grant (https://helpcenter.veeam.com/docs/vbo365/guide/permissions_veeam_backup_account.html?ver=60).
I use Modern Authentication with legacy authentication protocols…

Bertrand Pons
- 257
- 2
- 18
0
votes
1 answer
How to check Veeam Backup Jobs Status in ALL servers
I have script that checks every 24 hours locally on server the status of all backup jobs along more details.
I want that script to check all my servers, lets say: "SRV1", "SRV2", "SRV3"
How can i manage that?
Here's the script:
$date =…

StackBuck
- 789
- 1
- 12
- 34
0
votes
0 answers
How to troubleshoot Veeam backup for MS Office 365 (v5) setup issues (Add Organization)?
about 6 months ago, I successfully set up a trial version of Veeam Backup for Microsoft Office 365 (since renamed Veeam Backup for Microsoft 365, with a new major version, and double the CPU requirements).
The client still needs to have the v5…

BISI
- 159
- 2
- 6
0
votes
0 answers
Veeam extract utility for test passwords
I’m using the extract utility for test all the password of encrypted jobs and it work well. Just a problem when the password contain a double quotes (“).
I pass the good password but it seem that the extract utlity fails when we used password with…

BlueStraax
- 103
- 3
- 11
0
votes
1 answer
Verifying file size in two different places
Oh
I have a server backing up data to a NAS, then I do replication from the source NAS to the destination NAS.
I'm looking for a way to verify that the number of sizes that have been sent to the destination NAS match those on the source NAS.
because…

Tommy Armando
- 27
- 3
0
votes
1 answer
pgpool node detached for no reason?
I have a two-node PostgreSQL cluster running on VMs where each VM runs both the pgpool service and a Postgres server.
due to insufficient memory configuration the Postgres server crashed, so I've bumped the VM memory and the changed Postgres memory…

Noam Yizraeli
- 4,446
- 18
- 35
0
votes
1 answer
Export to .pst multiple mailboxes use Veeam o365
I try to export multiple mailboxes with PowerShell from Veeam o365.
I can use and export a mailbox https://helpcenter.veeam.com/docs/backup/explorers_powershell/export-vexitem.html?ver=110 (use Example 7)
But I want to export only 100 from 1000,…

Sonya
- 1
- 1
0
votes
1 answer
Veeam Backup To Tape Scenario
Hi sorry for my limitations in English I made this question using google translate, I hope you understand what I mean.
I have 20 jobs that have 7 days of retention. I plan to extend my retention to 30 days, but the size of my repository is very…

Tommy Armando
- 27
- 3
0
votes
1 answer
PowerShell expand object or array on returned results
So I am not very well versed in PowerShell and I don't know how to make this work the way I want. I've tried googling for a solution but I couldn't find anything for what I was trying to do. Not sure if I just wasn't searching for the right thing.…

Andrew M
- 381
- 1
- 3
- 9
0
votes
1 answer
Veeam CLI Unknown Argument when Passing Arguments in Bash Script
I'm writing a bash script to call functions of the Veeam Backup CLI.
In this script I have a function to configure a new backup job.
function configureBackupJob() {
jobname="$1"
reponame="$2"
objects="$3"
advancedOptions="$4"
…

BRsmover
- 887
- 2
- 11
- 21
0
votes
0 answers
how to get client information once order accepted in whmcs and send data to veeam to create account automation
Good day, Im new to WHMCS and Veeam, I would like to automate the process of when a client buys something, and the order is accepted it should automatically send the client information to VEEAM console and create an account .
does anyone have ideas…

Jerome Axel
- 17
- 5