StefanFaltz
Results
1
comments of
StefanFaltz
> Hi, I solved the same issue by run this powershell command: `Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned` > > this will allow to run powershell scripts with the curret user...