I am trying to restore the main site at the root of our SharePoint server after an accidental deletion using the following code:
Restore-SPSite -Identity http://server -Path "B:\SharePoint\11-12-2012 21.00.26.bak" -Force
I have worked around the issue of the gradual site delete, but have been left with the PowerShell window unresponsive after confirming "Y"
The .bak is 37GB and connected to the server on an external disk
How long should the restore take and where can I check what is going on (and how if possible!)