MDT 2012 Deployment Workbench on Windows Server 2012 will fail with the following error: “powershell is required to use the deployment workbench” The reason for this error is the execution policy in powershell.
Solution: Run the following command from powershell
set-ExecutionPolicy RemoteSigned –Scope CurrentUser