MDT Deployment Workbench error with Server 2012

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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top