I've just upgraded my Veeam from 6.1 to 6.5 and during the up gradation, I have selected all the components including the PowerShell, but I'm surprised that the Task Scduler doesn't start the PowerShell Scripts to start the backup jobs. I have tried to run them manually using the scripts and I'm presented with an error but the job started
Code: Select all
Welcome to the Veeam Backup PowerShell Toolkit!
To find out what commands are available, type: Get-VBRCommand
To show documentation for all available commands: Get-VBRToolkitDocumentatio
Copyright (C) 2012 Veeam, Inc. All rights reserved.
Backup job session
Job 'Critical VMs-1' '21,474,836,480' of '139,790,351,360' bytes processed,
[oooooooooo ]
00:18:22 remaining.
Files remaining\total: 20.0 GB; Avg. rate: 105 MB/s
otFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\veeam> cd G:\Scripts
PS G:\Scripts> .\CriticalVMs-1.ps1
Add-PSSnapin : Cannot add Windows PowerShell snap-in VeeamPSSnapin because it i
s already added. Verify the name of the snap-in and try again.
At G:\Scripts\CriticalVMs-1.ps1:1 char:13