Unable to get start-web Profile to start ~\myCommands\start-http.ps1
Opened this issue · 0 comments
GeekMustHave commented
= Error
////
At C:\myCommands\MiniWeb\start-http.ps1:7 char:4
- $ps-profile = "%windir%\system32\WindowsPowerShell\v1.0\ Microsoft.Po ...
-
Unexpected token '-profile' in expression or statement.
At C:\myCommands\MiniWeb\start-http.ps1:7 char:1
- $ps-profile = "%windir%\system32\WindowsPowerShell\v1.0\ Microsoft.Po ...
-
The assignment expression is not valid. The input to an assignment operator must be an object that is able to accept assignments, such as a
variable or a property.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : UnexpectedToken
////