I'm looking for a script to restore a SQL Server 2005 backup. Ideally the script will have the following features
- handle backup files on a network location
- Handle different file structure of source and destination server ("With MOVE"?)
- Written in PowerShell
Any suggestions?