I have the following line that I want to execute from PowerShell:
Start-Process cmd.exe -Credential "doh\account" "`"cd c:\Projects `& dir`""
The problem is that the second command does not execute. I have looked at many articles and have tried multiple combinations of quotes and back ticks without success.
cdanddirin CMD in the first place? PowerShell can do those things by itself. Please take a step back and describe the actual problem you're trying to solve instead of what you perceive as the solution.