the command setup was not found but does exist in the current location.
When you are preparing your Active directory for exchange 2013, you may get following error while executing setup /ps command.
the command setup was not found but does exist in the current location.
Here is the solution.
- Open windows PowerShell.
- Run it as an administrator
- eun $env:PATH =$env:PATH+";."
- Go to location where your exchange setup files are .
- run setup /ps.
Comments