We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19047d7 + a3bd577 commit 4fcc787Copy full SHA for 4fcc787
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