Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AdmJLovejoy
Champion Sweeper
Select Top (1000000) tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblAssets.Lasttried,
tsysOS.Image As icon
From tblAssets
Inner Join tblRegistry As tblRegistrya On tblAssets.AssetID =
tblRegistrya.AssetID And tblRegistrya.Valuename = 'TSAppCompat'
Left Outer Join tsysOS On tsysOS.OScode = tblAssets.OScode
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Where tblRegistrya.Value = '1' And tblAssetCustom.State = 1
Order By tblAssets.AssetName,
tblAssets.Domain
Thanks, Jim Lovejoy __________________________________________________________________________________________________ James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...
1 REPLY 1
Susan_A
Lansweeper Alumni
FYI for everyone: this report requires you to submit the TSAppCompat value in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server for registry scanning.

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

New to Lansweeper?

Try Lansweeper For Free

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

Try Now