1 pages tagged with "64bit"

Set-ExecutionPolicy is architecture-specific

August 22, 2013 - 100 words - 1 mins
I was repeatedly getting “execution of scripts is disabled on this system” while attempting to run Invoke-Command on a remote machine, even after running Set-ExecutionPolicy RemoteSigned on that box. Eventually the penny dropped – I’d been running 32 bit Powershell interactively, whereas Invoke-Comm… read more