You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom-Images docker-examples-cm-1 and docker-examples-xconnect-1 exiting with the error The term 'C:toolsentrypointsiisDevelopment.ps1' is not recognized as the name of a cmdlet
#54
Open
himadric opened this issue
Jul 27, 2022
· 2 comments
The term 'C:toolsentrypointsiisDevelopment.ps1' is not recognized as the
name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:3
@himadric Your escaping fix for the powershell scripts resolved this for me as well. I also noticed your post on Stack Exchange. Thanks!
This should probably be merged into the Sitecore project, as I experienced this issue as well when running this, unless there is a PowerShell setting someone can recommend that would resolve this.
I had the same issue this today, and the article above solve the issue
change from C:\tools\entrypoints\iis\Development.ps to "C:\tools\entrypoints\iis\Development.ps
"
Error detail
The term 'C:toolsentrypointsiisDevelopment.ps1' is not recognized as the
name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:3
t.ps1:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
The text was updated successfully, but these errors were encountered: