I\'m currently working on a deployment script that will take my site, export it from svn, remove any testing files etc in it, minify the javascript/css, copy the code to a remot
This also works:
PS IIS:\Sites> Set-ItemProperty IIS:\Sites\Staging ` -name physicalPath ` -value "C:\blah\Web"
(Note the use of backticks for line continuations)