SlideShare une entreprise Scribd logo
1  sur  18
HOWTO: Manage Windows Updates
Remotely on Multiple Computers
© Action1 Corporation. All rights reserved.
How to manage Windows Updates remotely which is installed
on your PC or server? Of course, you can open “Control Panel-
> Add / Remove Programs” or the Update History element in
Windows operating systems and view the list of installed
update release, however, using the graphical interface, you
cannot either automatically download this list or search for it.
In this case, you need to resort to using the command line.
action1.com
WMIC stands for Windows Management Instrumentation
Command. The WMIC (Windows Management
Instrumentation Command) command is used to get
information about hardware and system, manage processes
and their components, and change settings using the
capabilities of Windows Management Instrumentation
(Windows Management Instrumentation or WMI).
action1.com
Windows Management Instrumentation (WMI) is a set of software
tools that allows you to manage your system using scripts running
under Windows Script Host (or earlier Windows Scripting Host) or at
the command line using the WMIC.EXE utility. Windows Script Host or
abbreviated as WSH is a component of Microsoft Windows designed to
run scripts in the scripting languages ​​JScript and VBScript. WSH scripts
are usually used in cases where you need to perform a set of any
actions that require writing relatively complex source code, but often
in everyday administrative practice, it is more convenient to use the
WMIC command line features.
WMIC qfe list will give you the list of all installed Windows and
software updates applied to that computer. action1.com
1. Open a Command Prompt and Type Command
Right-click on the Start button (or the key combination WIN + X)
and select Command Prompt (Administrator) in the menu that
opens. Using the following command you can manage Windows
Updates remotely and display a detailed list of all updates
installed on this Windows system:wmic qfe list
Example of output in the cli:
action1.com
Manually:
1. Open a Command Prompt and Type Command
http://support.microsoft.com/?kbid=9876543 COMPUTER
Security Update
KB9876543 COMPUTERAdmin123 6/8/2015
http://support.microsoft.com/?kbid=8765432 COMPUTER
Security Update
KB8765432 COMPUTERAdmin123 8/17/2016
http://support.microsoft.com/?kbid=7654321 COMPUTER
Security Update
KB7654321 COMPUTERAdmin123 8/17/2016
action1.com
Manually:
wmic qfe list is a Microsoft tool/utility and one that many of our
plugins look at the output of to determine if the host has the
desired KB updates or not. It is possible for an update to show
as installed in the 'View Installed Updates' section and Not
show up in the qfe list. That is usually an indication that the
update process did not finish correctly or fully.
action1.com
Manually:
action1.com
Manually:
2. If You'd like to Create a Text File with the Output
To get a windows update list in text form, you can simply
redirect the output of this command to a text file, and then
open it in your favorite text editor:wmic qfe list > updatelist.txt
&& updatelist.txt
action1.com
Manually:
2. If You'd like to Create a Text File with the Output
A text file named updatelist.txt will be created in the C: 
Windows  System32  directory. If you need to know whether a
specific Windows update is installed on this system (for
example, KB2544521), you can use the find command,
redirecting the output to it:
wmic qfe list | find "KB2544521"
As you can see, update KB2544521 is already installed.
action1.com
Manually:
action1.com
Manually:
3. Also as an Alternative to the Previous Command, You Can
Run It in Full Mode
An alternative of the command would be to run it in full
mode:wmic qfe list full
*you can also write that to a text file the same way as the last
command with > filename.txt
action1.com
Manually:
4. Another Way to View Installed Updates in Windows Is to Use the
Systeminfo Utility
This command, unlike the previous one, will display only a list of KB
numbers (in addition to the system information). In this case, you can
also redirect the output of this command to a text file:systeminfo >
sysinfo.txt && sysinfo.txt
However, be careful, all these commands display only installed updates
and hotfixes for Windows OS itself, information about updates of any
other Microsoft products (such as UAG, Office, TMG, SQL or Exchange) is
missing here. To view the installed updates for these products, you need
to type in the start menu: “View Installed Updates”, after which a
standard window will open, accessible from the control panel. action1.com
Manually:
4. Another Way to View Installed Updates in Windows Is to
Use the Systeminfo Utility
To search for a specific update, you can type the KB and update
number in the search window (in the upper right corner), but
the search is not very correct, so it is sometimes easier to find
the necessary update by simply viewing the list.
Also, when installing updates, you should not forget that they
require a system reboot.
action1.com
Manually:
action1.com
Manually:
Other Relevant HOWTOs:
action1.com
How to Find All SharePoint Service Accounts Used on Endpoints
Free Tool: Installed Hotfixes, Updates and Patches
Free Tool: Set Time Remotely
Free Tool: Stop Windows Service Remotely
Free Tool: Windows Updates not Installed
Sign Up for Action1
• Instant sign-up
• No phone calls to activate
• Quick configuration
Go to action1.com/free
Free Help
• Call 1-346-444-8530
• action1.com/contact_us.html
• Free technical support
action1.com

Contenu connexe

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 

En vedette

Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Saba Software
 

En vedette (20)

Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 

HOWTO: Manage Windows Updates Remotely on Multiple Computers

  • 1. HOWTO: Manage Windows Updates Remotely on Multiple Computers © Action1 Corporation. All rights reserved.
  • 2. How to manage Windows Updates remotely which is installed on your PC or server? Of course, you can open “Control Panel- > Add / Remove Programs” or the Update History element in Windows operating systems and view the list of installed update release, however, using the graphical interface, you cannot either automatically download this list or search for it. In this case, you need to resort to using the command line. action1.com
  • 3. WMIC stands for Windows Management Instrumentation Command. The WMIC (Windows Management Instrumentation Command) command is used to get information about hardware and system, manage processes and their components, and change settings using the capabilities of Windows Management Instrumentation (Windows Management Instrumentation or WMI). action1.com
  • 4. Windows Management Instrumentation (WMI) is a set of software tools that allows you to manage your system using scripts running under Windows Script Host (or earlier Windows Scripting Host) or at the command line using the WMIC.EXE utility. Windows Script Host or abbreviated as WSH is a component of Microsoft Windows designed to run scripts in the scripting languages ​​JScript and VBScript. WSH scripts are usually used in cases where you need to perform a set of any actions that require writing relatively complex source code, but often in everyday administrative practice, it is more convenient to use the WMIC command line features. WMIC qfe list will give you the list of all installed Windows and software updates applied to that computer. action1.com
  • 5. 1. Open a Command Prompt and Type Command Right-click on the Start button (or the key combination WIN + X) and select Command Prompt (Administrator) in the menu that opens. Using the following command you can manage Windows Updates remotely and display a detailed list of all updates installed on this Windows system:wmic qfe list Example of output in the cli: action1.com Manually:
  • 6. 1. Open a Command Prompt and Type Command http://support.microsoft.com/?kbid=9876543 COMPUTER Security Update KB9876543 COMPUTERAdmin123 6/8/2015 http://support.microsoft.com/?kbid=8765432 COMPUTER Security Update KB8765432 COMPUTERAdmin123 8/17/2016 http://support.microsoft.com/?kbid=7654321 COMPUTER Security Update KB7654321 COMPUTERAdmin123 8/17/2016 action1.com Manually:
  • 7. wmic qfe list is a Microsoft tool/utility and one that many of our plugins look at the output of to determine if the host has the desired KB updates or not. It is possible for an update to show as installed in the 'View Installed Updates' section and Not show up in the qfe list. That is usually an indication that the update process did not finish correctly or fully. action1.com Manually:
  • 9. 2. If You'd like to Create a Text File with the Output To get a windows update list in text form, you can simply redirect the output of this command to a text file, and then open it in your favorite text editor:wmic qfe list > updatelist.txt && updatelist.txt action1.com Manually:
  • 10. 2. If You'd like to Create a Text File with the Output A text file named updatelist.txt will be created in the C: Windows System32 directory. If you need to know whether a specific Windows update is installed on this system (for example, KB2544521), you can use the find command, redirecting the output to it: wmic qfe list | find "KB2544521" As you can see, update KB2544521 is already installed. action1.com Manually:
  • 12. 3. Also as an Alternative to the Previous Command, You Can Run It in Full Mode An alternative of the command would be to run it in full mode:wmic qfe list full *you can also write that to a text file the same way as the last command with > filename.txt action1.com Manually:
  • 13. 4. Another Way to View Installed Updates in Windows Is to Use the Systeminfo Utility This command, unlike the previous one, will display only a list of KB numbers (in addition to the system information). In this case, you can also redirect the output of this command to a text file:systeminfo > sysinfo.txt && sysinfo.txt However, be careful, all these commands display only installed updates and hotfixes for Windows OS itself, information about updates of any other Microsoft products (such as UAG, Office, TMG, SQL or Exchange) is missing here. To view the installed updates for these products, you need to type in the start menu: “View Installed Updates”, after which a standard window will open, accessible from the control panel. action1.com Manually:
  • 14. 4. Another Way to View Installed Updates in Windows Is to Use the Systeminfo Utility To search for a specific update, you can type the KB and update number in the search window (in the upper right corner), but the search is not very correct, so it is sometimes easier to find the necessary update by simply viewing the list. Also, when installing updates, you should not forget that they require a system reboot. action1.com Manually:
  • 16. Other Relevant HOWTOs: action1.com How to Find All SharePoint Service Accounts Used on Endpoints Free Tool: Installed Hotfixes, Updates and Patches Free Tool: Set Time Remotely Free Tool: Stop Windows Service Remotely Free Tool: Windows Updates not Installed
  • 17. Sign Up for Action1 • Instant sign-up • No phone calls to activate • Quick configuration Go to action1.com/free
  • 18. Free Help • Call 1-346-444-8530 • action1.com/contact_us.html • Free technical support action1.com

Notes de l'éditeur

  1. Introducing Action One. Cloud-based endpoint security management.
  2. To get started, just go to Action One dot com slash free, enter your email, confirm it and you are in. Basic configuration takes only a few minutes.
  3. Feel free to call us or contact via Action One dot com. We can you help you to get started at absolutely no cost to you.