Assets discovered in a specific location?
I'm currently using the following report to identify new assets discovered in a location, in order to discover anything that pops up:Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tsysAssetTypes.AssetTypename As Asset...