Lansweeper report of devices missing registry key as a member of specific AD group.
I'm trying to query devices that are a part of an AD group to see if they're missing a specific registry key.Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tsysAssetTypes.AssetTypename, tsysAssetTypes.AssetTypeIcon10 As icon, tsysOS.O...