Hello,
I have a VB.net desktop application that connects to vCenter servers in linked mode to gather information.
I'm having an issue with some of the functions I am using, it appears that when running two PowerCLI commands one after the other (in the same subroutine within VB.net but separate commands for PowerCLI) only the first command gathers information for both vCenters...
I have attached a PDF file which explains my VMware environment arquitecture, and I've provided two examples that show sample code and sample outputs of the functions/cmdlets (test#1 and test#2). As you can see from the file, only the functions that runs first gathers data from both vCenters, the second one only gathers data from the vCenter that it directly connects to; even though I always use the "-AllLinked" parameter.
Thanks!