Solve error with Set-ExecutionPolicy

This commit is contained in:
Marco Mansi
2020-03-19 16:20:32 +01:00
parent 0ddeb1ac4b
commit 231b522b32
2 changed files with 4 additions and 2 deletions

View File

@@ -101,7 +101,8 @@
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2016/Initialize-VM.ps1"
]
],
"execution_policy": "unrestricted"
},
{
"type": "powershell",

View File

@@ -101,7 +101,8 @@
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Windows2019/Initialize-VM.ps1"
]
],
"execution_policy": "unrestricted"
},
{
"type": "powershell",