We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a14c46 commit a3bd577Copy full SHA for a3bd577
Blog/PowerShell/Install-WAC.ps1
@@ -8,6 +8,5 @@
8
9
$WAC_Online = "http://aka.ms/WACDownload"
10
$WAC_Installer = "C:\windows\Temp\wac.msi"
11
-$WAC_Log = "C:\windows\Temp\wac-installer.log"
12
Invoke-WebRequest -Uri $WAC_Online -OutFile $WAC_Installer
13
msiexec /i $WAC_Installer /qn SME_PORT=443 SSL_CERTIFICATE_OPTION=generate
0 commit comments