I am new to Veeam backup and I have a small issue.
Get-VBRServer -Name "maryland"
successfully returns a host. Running Find-VBRViEntity
on this, however, no vm is returned. Any ideas why?
Asked
Active
Viewed 256 times
0
-
Are there any results if you pipe directly from `Get-VBRServer`? Like this: `Get-VBRServer -Name "maryland" | Find-VBRViEntity`. What are you trying to accomplish exactly, anyway? – root Mar 29 '19 at 15:56
-
No result even if i pipe directly – E_K Mar 29 '19 at 15:58
-
How about with the `-Server` parameter? You may want to try pointing it at vCenter. `Find-VBRViEntity -Server 10.1.1.1`. Trying by IP may help, too. – root Mar 29 '19 at 16:02
-
Still nothing is returned. – E_K Mar 29 '19 at 16:08
-
How about not specifying anything? Any results with simply `Find-VBRViEntity`? Might be worth a support case with Veeam if you still get no results and are confident the snapin is loaded correctly, they give excellent support. – root Mar 29 '19 at 18:18
-
None still. Just a question do I have to be using a `VMware vSphere` for this to work?? – E_K Mar 29 '19 at 19:23
-
Not sure. Assumed you are using VMware - are you using Hyper-V? – root Mar 29 '19 at 19:27
-
No. I am using a normal windows 2016 server – E_K Mar 29 '19 at 19:42