Am I doing something wrong?
Code: Select all
PS C:\Windows\system32> Get-VBOJob -Name "test_Exchange"
Organization Repository Name IsEnabled LastStatus Description
------------ ---------- ---- --------- ---------- -----------
test.onmi... test_Exch... test_Exch... True Stopped Mail Job
PS C:\Windows\system32> $job = Get-VBOJob -Name "test_Exchange"
PS C:\Windows\system32> Start-VBOJob -Job $job -RunAsync -Full:$true
Start-VBOJob : Synchronization failed. See logs for more details.
At line:1 char:1
+ Start-VBOJob -Job $job -RunAsync -Full:$true
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-VBOJob], FaultException
+ FullyQualifiedErrorId : System.ServiceModel.FaultException,Veeam.Archiver.PowerShell.Cmdlets.Jobs.StartVBOJob
PS C:\Windows\system32> Start-VBOJob -Job $job -RunAsync -Full:$true
Start-VBOJob : Synchronization failed. See logs for more details.
At line:1 char:1
+ Start-VBOJob -Job $job -RunAsync -Full:$true
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-VBOJob], FaultException
+ FullyQualifiedErrorId : System.ServiceModel.FaultException,Veeam.Archiver.PowerShell.Cmdlets.Jobs.StartVBOJob
PS C:\Windows\system32>