
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2017
06:56 AM
- last edited on
‎07-04-2023
05:36 PM
by
ErikT
Microsoft update catalog (example):
http://catalog.update.microsoft.com/v7/site/search.aspx?q=4012598
I downloaded all the packages for our environment (renamed each because they are ridiculously long file names). I then used lansweeper to create a deployment package consisting of several commands like:
wusa.exe \\sharename\patch.msu /quiet /norestart
- Labels:
-
Share(d) Packages

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2017 10:39 PM
Here is what one step of mine looks like
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4011981-x64.msu /quiet /norestart
Broken down
wusa.exe (enables the remote install of the ms msu packages)
\\pubfile-02\software$\LANSWEEP_FILES\WannaCry\ (my file path where my junk is stored)
windows6.0-kb4011981-x64.msu (my update renamed so not so long)
/quiet /norestart (just what it says)
my last step on package is command to wait 15 seconds with stop (success) and stop (failure):
timeout 15 > NUL
The last step allows the package to give a complete command

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 03:51 PM
I am also seeing timeouts on deployment of the windows update patches. I tried deploying from the network and even adding a sequence to copy it local and run it.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 10:19 PM
Command:
wuauclt.exe /updatenow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 10:31 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 10:28 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 10:25 PM
Did you download each of the kb(s) needed per running a report like this? https://www.lansweeper.com/forum/yaf_postsm50430_Ransomware--MS17-010-Windows-computers-that-are-potentialy-vulnerable.aspx#post50430
Remember that I have renamed each of my msu files to be shorter than when downloaded from the microsoft update catalog
http://catalog.update.microsoft.com/v7/site/home.aspx
If it does run locally, then you may have an issue with the way your file share is configured for use by lansweeper and/or access from your systems (workstations/servers).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 10:17 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 06:10 PM
For other than win 10 systems
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4011981-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4011981-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.1-kb4012212-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8.1-kb4012213-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012214-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4012598-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.0-kb4012598-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows6.1-kb4012212-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8.1-kb4012213-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012214-x86.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012598-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows8-rt-kb4012598-x86.msu /quiet /norestart
Various Win 10 versions
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4013198-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4015217-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4015219-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4015438-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4019472-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4019473-x64.msu /quiet /norestart
wusa.exe \\pubfile-02\software$\LANSWEEP_FILES\WannaCry\windows10.0-kb4013429-x64.msu /quiet /norestart

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 05:51 PM
I have been trying but my installs time out
I made an install for a non Microsoft product and it worked fine. I think my problem is with the switches
