blargoe wrote: » I've been playing around with some powershell that will backup all of my SQL instances with a single script. I know hardcore SQL guys balk at using PowerShell to manage SQL Server. However, with Powershell, I can use the same code to backup all versions 2000 and higher and can more easily perform file system operations, plus I do not have to enable cmdshell. Also, since I'm redirecting all of my backups to single network location, I can kick off one job and have every instance back up in succession, rather than have to manage schedules on 15+ instances individually to insure I'm not overburdening the network. Just wondering if anyone had any thoughts on this. b