Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 168455

Re: Query vCenter to find what VUM it is using.

$
0
0

Does this work for you ?

 

$si=Get-ViewServiceInstance

$extMgr=Get-View-Id$si.Content.ExtensionManager

$extMgr.ExtensionList |where{$_.Key -eq'com.vmware.vcIntegrity'} |

Select @{N='VUM Server';E={($_.Server |where{$_.Type -eq'SOAP'} |Select-ExpandPropertyUrl).Split('/')[2].Split('.')[0]}}


Viewing all articles
Browse latest Browse all 168455

Trending Articles