When I answered a Technet forum question I thought I would post this report here as well, the report lists all physical and virtual servers in a collection: To implement it you need to create a Prompt called @varcollection here is the SQL query: select v_R_SYSTEM.Name0 as ‘Virtual Servers’, @varcollection as Collection from v_R_SYSTEM inner join V_GS_COMPUTER_SYSTEM on…