Skip to content

Commit a3bd577

Browse files
committed
Removed Path Variable for logging
1 parent 5a14c46 commit a3bd577

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)