Executing a powershell script through batch file
Solution 1:
You can still run the script - you just need to tell PowerShell to bypass the system's executionpolicy like this:
powershell.exe -executionpolicy bypass -file \\server\share\yourscript.ps1