Skip to content

Commit 4fcc787

Browse files
committed
2 parents 19047d7 + a3bd577 commit 4fcc787

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Blog/PowerShell/Install-WAC.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88

99
$WAC_Online = "http://aka.ms/WACDownload"
1010
$WAC_Installer = "C:\windows\Temp\wac.msi"
11-
$WAC_Log = "C:\windows\Temp\wac-installer.log"
1211
Invoke-WebRequest -Uri $WAC_Online -OutFile $WAC_Installer
1312
msiexec /i $WAC_Installer /qn SME_PORT=443 SSL_CERTIFICATE_OPTION=generate

0 commit comments

Comments
 (0)