→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎01-21-2019 07:24 PM
‎04-10-2020 06:53 PM
kaddynet wrote:
Hi,
I'd like to have the following repport :
Guest Computer Name | Guest IP address | Host Computer Name | Host IP address
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName As [Guest Computer Name],
tblAssets.IPAddress As [Guest IP Address],
tHost.AssetName As [Host Computer Name],
tHost.IPAddress As [Host IP Address]
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join TblHyperVGuestNetwork On
tblAssets.Mac = TblHyperVGuestNetwork.MacAddress
Inner Join tblHyperVGuest On tblHyperVGuest.hypervguestID =
TblHyperVGuestNetwork.HyperVGuestID
Left Join tblAssets tHost On tHost.AssetID = tblHyperVGuest.AssetID
Where tblAssetCustom.State = 1
Order By [Host Computer Name]
‎01-22-2019 10:38 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now