Monday, January 23, 2017

SCCM Patch mgmt Processes and Steps

Win10 v1507 reaches EOS with no further updates beyond 26/03/2017

What’s the Change?
Windows 10 v1607 has been designated as the second CBB and after a 60 day grace period which will end on 26 March 2017, Windows 10 v1507 will no longer be supported through servicing updates by Microsoft

Why this change?

As per Redmond, only two versions of Windows are designated as CBB at any given time, which means that Version 1511 released after v1507, also known as the November [2015] Update, would be the second CBB. 

How to get a list of Windows Updates installed in a specific computer

Windows Updates installed in a specific computer. You can use power shell or command line to run this. This can be accessed remotely using power shell to get the list of patches installed in a computer.


wmic qfe list full /format:csv > hotfixes.csv


Converting Text Files (like CSV files) to Excel Files
  1. Highlight the table (or part of the table) that you want and copy it.
  2. Paste the copied material into a text file. ...
  3. Name the Notepad file somename.txt and close it.
  4. Open Excel and from inside Excel, open up somename.txt.
  5. Tick Comma Checkbox.