Creating a report for laptops missing specific regsitry key
Created a report to query on all assets that are missing a specified registry key - how can I scope this down to just query back on laptops in an OU that missing the registry value? Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tsysAss...