The Lansweeper Community will be under construction as of March 2nd, 2026. This site will move to a static version—join us on Reddit to keep the conversations going. More info here.
Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
WarTech
Engaged Sweeper

Is the Windows installation language displayed anywhere in LanSweeper?
This would be extremely useful in selecting the correct ISO for upgrading Windows 11, but I can't see it anywhere.

Thanks

2 REPLIES 2
Mister_Nobody
Honored Sweeper III

Try to use built-in report "Computer: Non English Windows":

Select Top (1000000) tsysOS.Image As icon,
  tblAssets.AssetID,
  tblAssets.AssetName,
  tblLanguages.Language,
  tblAssets.Domain,
  tblAssets.Username,
  tblAssets.Userdomain,
  tblAssets.IPAddress,
  tblAssets.Description,
  tblAssetCustom.Manufacturer,
  tblAssetCustom.Model,
  tblAssetCustom.Location,
  tsysIPLocations.IPLocation,
  tsysOS.OSname As OS,
  tblAssets.SP,
  tblAssets.Firstseen As [Created at],
  tblAssets.Lastseen As [Last successful scan],
  indirect.lastIndirectScan As [Last indirect scan]
From tblAssets
  Left Outer Join tblOperatingsystem On
      tblAssets.AssetID = tblOperatingsystem.AssetID
  Left Outer Join tblLanguages On tblLanguages.LanguageCode =
      tblOperatingsystem.OSLanguage
  Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
  Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
  Left Outer Join tsysIPLocations On tsysIPLocations.LocationID =
      tblAssets.LocationID
  Left Join (Select Max(tblIndirectScan.LastChanged) As lastIndirectScan,
      tblIndirectScan.AssetId
    From tblIndirectScan
    Group By tblIndirectScan.AssetId) indirect On tblAssets.AssetID =
      indirect.AssetId
Where tblOperatingsystem.OSLanguage <> 1033 And tblAssetCustom.State = 1
Order By tblAssets.AssetName

 

Obi_1_Cinobi
Lansweeper Tech Support
Lansweeper Tech Support

Hello there!

If you still need technical assistance with this issue, please raise a support case: https://www.lansweeper.com/contact/contact-support/

If you need technical support and have issues with accessing the Support Portal, please use this URL instead: https://www.lansweeper.com/contact/contact-support-case/

Also, please be aware of our upcoming community activities: https://community.lansweeper.com/t5/general-discussions/a-new-lansweeper-community-and-support-exper...