KB10101 - PowerShell execution of unsigned scripts
To allow the PowerShell to execute unsigned scripts you have to key in the following commands first:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
Afterwards it is possible to execute unsigned scripts in the currently logged in user context.