Resolved! Hardware information from last 90 days
Daniel is there a report I can pull all the Hardware information from the last 90 days.I was using this sql Query.declare @LastSeenDays intset @LastSeenDays = 90select upper(a.Domain) as DomainName, upper(a.AssetName) as DeviceName, --replace(repl...