I'd like to write a report with backup history for all sql servers. I can manually easily get it by using registered servers and running a single query on all of them (I have the query, I just don't know how to gather a single resultset for multiple servers).
I wanted to avoid openquery or linked servers. Is there any best way of getting this done? SSIS package seems involved. Is there a magic powershell? thanks!
Paula