How do I 'execute' an exe from the PowerShell console?
I know in CMD I can enter the name of the exe and it runs, but that isn't working on PowerShell.
In the directory there's an exe called b2c.exe that I want to run.
Sample commands I Want to Run:
- b2c get-user
- b2c help
- b2c update-user a80a99a7-b018-423f-90fc-d9a30e5dc7ea ......\usertemplate-update-org-id.json
Working example in cmd prompt, and error message from PowerShell:

