From aa365aa0982edd39618625828352577f45b804bf Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Wed, 8 Sep 2021 10:10:02 -0500 Subject: [PATCH] set execution policy --- Install_Webex_as_root.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install_Webex_as_root.ps1 b/Install_Webex_as_root.ps1 index d2865d3..532a57e 100644 --- a/Install_Webex_as_root.ps1 +++ b/Install_Webex_as_root.ps1 @@ -1,5 +1,7 @@ # Install Webex as root +powershell.exe -setexecutionpolicy bypass + $url = "https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi" $output = "$PSScriptRoot\Webex.msi" $start_time = Get-Date