Find assets without a certain regkey
I've created the following report that displays assets that contain the regkey 'HKEY_LOCAL_MACHINE\SOFTWARE\VDG'. How would I do the reverse and display systems that do not have that regkey?Select Top 1000000 tblAssets.AssetID, tblAssets.Username, ...