I need a solution
I am trying to get some info out of BE using BEMCLI and with physical servers I can run:
Get-BEAgentServer -Name "Server" | Get-BEJob
And I get what I need.
However, when I try:
Get-BEAgentServer -Name "MY_VCetner_Server"
It returns null. So I assume that my VCenter server is not technically an "agent server" but then what is it? How do I get any info about it using BEMCLI? I have given this project too much time already all because I cannot seem to figure out how to get all jobs associated with my VCenter server.
The jobs do show up when I do Get-BEJob, but there isnothing in there about if the job is a VM Job or not. Am I mising something or is this just another place where BEMCLI just isn't complete?