From 8583664d46e0b4726bf407f8416efd33c967db9b Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Tue, 17 Mar 2020 21:07:56 +0300 Subject: [PATCH] Test elevated user --- images/win/Windows2019-Azure.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/win/Windows2019-Azure.json b/images/win/Windows2019-Azure.json index a8623ef28..f8ebb4bcd 100644 --- a/images/win/Windows2019-Azure.json +++ b/images/win/Windows2019-Azure.json @@ -478,6 +478,8 @@ }, { "type": "powershell", + "elevated_user": "SYSTEM", + "elevated_password": "", "scripts":[ "{{ template_dir }}/scripts/Installers/Install-TypeScript.ps1" ]