cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Esben_D
Lansweeper Employee
Lansweeper Employee
The report below gives back a list of vCenter Servers.

The report will only list assets when the following criteria are met:
  • You have Lansweeper 7.0 or higher.
  • There is vCenter data scanned.
  • The assets must be active.

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypename,
tblAssets.IPAddress,
tblAssetCustom.Manufacturer,
tblVmwareProductInfo.Vendor,
tblVmwareProductInfo.OsType,
tblVmwareProductInfo.ProductLineID,
tblVmwareProductInfo.Version,
tblVmwareProductInfo.ApiType,
tblVmwareProductInfo.ApiVersion,
tblVmwareProductInfo.Build,
tblVmwareProductInfo.FullName As Description,
tblVmwareProductInfo.InstanceUuid,
tblVmwareProductInfo.LicenseProductName,
tblVmwareProductInfo.LicenseProductVersion,
tblVmwareProductInfo.LocaleBuild,
tblVmwareProductInfo.LocaleVersion,
tblAssets.Lastseen,
tblAssets.Lasttried
From tblVmwareVcenters
Inner Join tblAssets On tblAssets.AssetID = tblVmwareVcenters.AssetID
Inner Join tblVmwareProductInfo On tblVmwareVcenters.VcenterID =
tblVmwareProductInfo.VCenterID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblState On tblState.State = tblAssetCustom.State
Where tblState.Statename = 'Active'
Order By tblAssets.IPAddress,
tblAssets.AssetName
0 REPLIES 0

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now