set execution policy

This commit is contained in:
Kyle Hagerty
2021-09-08 10:10:02 -05:00
parent 94425a4900
commit aa365aa098

View File

@@ -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