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.