Execute in PowerShell
...execute the next string as a command. The way to do this is to use the call operator & (ampersand). Here's what I ended up with: & $env:windirMicrosoft.NETFrameworkv2.0.50727aspnet regiis.exe -r
That's more like it. This is the sort of little roadblock that tends to frustrate people trying to use PowerShell for the first time. I hope this helps
