I was wondering if there is a way to get a report of systems that did not get a package deployed to. I've found some tables for packages but I didn't see anything I would have thought would get me that information. I'm trying to check for systems I did not deploy to yet, and the only way I have so far is looking for a file I pushed to them. Any help is appreciated.
If you are simply copying a file to a specific location with a deployment package I would use a custom file scan.
Then run your deployment package based on a report where the file was not found. As long as you set your deployment package to rescan the asset, it will run and copy all the files to all the assets which do not have it yet.