Description of problem: This line: https://github.com/ManageIQ/manageiq/blob/master/app/models/manageiq/providers/microsoft/infra_manager/ps_scripts/get_inventory.ps1#L34 has the -All flag set, which tells SCVMM to return transient temporary templates as well as actual templates. I removed the -All and it worked fine, but maybe we just want to parse out any templates that have GUIDs as names. Version-Release number of selected component (if applicable): 5.8.0.x How reproducible: Always Steps to Reproduce: 1. Compare SCVMM templates in SCVMM vs CFME 2. 3. Actual results: 6 more than expected. All temporary templates Expected results: Matching numbers. Additional info: I modified the appliance code myself by removing the -All flag, and Updated relationships. It worked as expected after that.
https://github.com/ManageIQ/manageiq/pull/15106