Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@himadric
Copy link
Contributor

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

  • & C:toolsentrypointsiisDevelopment.ps1
  • + CategoryInfo          : ObjectNotFound: (C:toolsentrypointsiisDevelopmen 
    

t.ps1:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

himadric added a commit to himadric/docker-examples that referenced this issue Jul 27, 2022
@liznelson
Copy link

@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.

@joseamneto
Copy link

joseamneto commented Jun 1, 2023

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
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants