I am trying to automate a scenario, where i need to open a cmd prompt with cd to path, which i am able to achieve with:
Start-Process -FilePath "cmd.exe"